How to save a sqlite data in a server/cloud? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to save a sqlite data in a server/cloud?

I've been using tkinter for a login interface, everything works fine with my salute database locally in my computer, I have a username and a password in that database, but I want to store that sqlite database file in a server so it can work in every computer when I install my tkinter application so I can control the users and passwords just by using the server. I was trying to use Firebase, but it was difficult for me, I don't know how to link it with my button, any advice please let me know or maybe I should use another database, thanks in advance.

15th Feb 2021, 10:40 PM
PolChe
1 Answer
0
Mirielle thanks for your advice, I've tried to use Firebase, I checked videos and read the documentation, I've used firebase_admin and used authentication, cloud firestore, and readtime database ( I can add, delete, update, get values and create user accounts all with python, but I couldn't integrate with my tkinter entries nor login button, do you have any idea?, with sqlite it was easy to SELECT * FROM "my table" WHERE...
16th Feb 2021, 3:23 AM
PolChe