-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement SQLite and Data Migration Plan #7
Comments
I would like to help. |
This is great. I appreciate the intention. |
I would love to contribute, but you'll have to explain to me in detail what it is that you need to be done. |
Of course. Thank you so much. I will be able to describe in details what's needs to be done in the morning, now I go to sleep and in the morning will describe needs more accurately |
Hello @Muneeba-Nazar, game_state.json -- used_words.csv user_locations.csv user location data, Let me know if you have any questions and need any help implementing this. We also plan to expend functionality and maintain everything within DB will be more efficient. |
Got it. I'm gonna start working on this, will let you know if i have any queries. |
I highly appreciate |
is it possible that you give me the APIs needed to run the program?????? |
Sure, can you DM me on telegram or discord? |
I'm unable to find you on discord. My discord is muniba_ |
Overview
Create a basic SQLite database to store our data. SQLite is perfect for our needs because:
What We'll Do
Create a simple database structure
Move current data
Update code to use new database
Why This Helps
The text was updated successfully, but these errors were encountered: