+ 4

How to create database in Python that can be accessed by everyone through network?

I want to develop a application in that application Every client need to access my database through network

7th Mar 2020, 1:20 PM
Programmer Raja
Programmer Raja - avatar
3 odpowiedzi
+ 2
You can create a database with sqlite 3, MongoDB or other database libraries and host it with http.server library in python
7th Mar 2020, 9:51 PM
Nik L
Nik L - avatar
+ 1
You can use the GitHub database and also you can use the Google drive as the database and the tools in GitHub you can use is MONGO DB and SQL
9th Mar 2020, 7:10 AM
Nikhil Sahu
Nikhil Sahu - avatar
0
Nikhil Sahu bro can you tell how can i use github (SQL) database
9th Mar 2020, 12:43 PM
Programmer Raja
Programmer Raja - avatar