Please Wait, still in development
Planning Features:
- MVC Pattern 🔄
- SQL Query Builder 🔄
- Migration ✅ (In Development Progress)
- Commander Console ✅
For requirements run following commands:
$ python3 -m pip install -r requirements.txt
$ python3 comander.py create db:config
$ python3 comander.py testing db:config
$ python3 comander.py create migration:create_{TABLE_NANE}_table
$ python3 comander.py run migration