codex-yv / codex-yv/Hotel-Management-System
improvement : shift to .db from MySql
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Hello Everyone,
The **Hotel Management System** uses **MySql** to store its data. We need to need to remove all the dependencies from the MySql and use **sqlite** for the same purpose.
**_Note: Use .db file for the data work._**
**Changes needed in the following files:**
- main.py
- setup2.py
**_Thank You._**
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading main.py and setup2.py to locate the current MySQL dependencies and data-access flow. Replace the MySQL storage path with SQLite using a .db file, then verify that the hotel management system can perform its existing data work without MySQL dependencies.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, sqlite
- Domain
- backend, database
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100