Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 151 Bytes

File metadata and controls

4 lines (4 loc) · 151 Bytes

Commands to run

  • python -opens python shell
  • from main import db
  • db.create_all() -it will create all tables in sqlite database in same folder