+ 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
3 Answers
+ 2
You can create a database with sqlite 3, MongoDB or other database libraries and host it with http.server library in python
+ 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
0
Nikhil Sahu bro can you tell how can i use github (SQL) database