Skip to content

encrypthink/zabot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zabot

Please Wait, still in development

Planning Features:

  • MVC Pattern 🔄
  • SQL Query Builder 🔄
  • Migration ✅ (In Development Progress)
  • Commander Console ✅

Requirements Setups

For requirements run following commands:

$ python3 -m pip install -r requirements.txt

Comander Console

Generating Mysql Database Connection:

$ python3 comander.py create db:config

Test Mysql Database Connection:

$ python3 comander.py testing db:config

Generating Migrations:

$ python3 comander.py create migration:create_{TABLE_NANE}_table

Running Migrations:

$ python3 comander.py run migration

About

Python 3 independent project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages