0

I made a program with using sqlite3 and pyqt modules. The program can be used by different persons simultaneously. Actually I searched but I did not know and understand the concept of server. How can i connect this program with a server. Or just the computers that have connections with the server is enough to run the program simultaneously?

1 Answer 1

2

Do u want to connect to sqlite database server? SQLite Is Serverless. It stores your data in a file. U should use maria db for db server. Or u can store your sqlite database file in a network shared drive or cloud or...

Sign up to request clarification or add additional context in comments.

8 Comments

Okey i understand, but is the type of database server important such as(Microsoft server or mysql)?
i don't understand, what do u want to do with the database. But i think yes. MS-SQL is not free. You can use Sqlalchemy. It's easy to change the database later
well people entry the changes with the program into database and other user see this changes and maybe do changes. so in order to do this, computers must connect with each other right
reading and writing are basic functions of a database. u can use all database server. my suggestion is MariaDB for database server. It's easy to install and use. And SQlalchemy for the lib in your python code
The program must use with different users usimultaneously. How can i achieve that bro? I did not understand the server thing
|

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.