View the database of my python program remotely

0

I have a program called art-dent in python linked with sqlite3 that comes as default in python .. this program is installed on my computer .. how do I get my father in another city to see this database? You only need to see it but not modify it .. you could not transform my pc into a server and install the art-dent program on your pc and link your program with my database or use a database on a public server. I've never done anything like working with a database remotely .. someone who can guide me? Pls

From what I've read that can not be done with sqlite3 xq does not allow multiple PCs to connect to the ..

The current connection I have is the simple one

import sqlite3
connect = sqlite3.connect('c:\users\python\example.db')
curso r= connect.cursor()
    
asked by Giovanni 12.09.2018 в 03:27
source

0 answers