Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 368 Bytes

File metadata and controls

12 lines (10 loc) · 368 Bytes

Database_CRUD_Operations_in_Python

A simple CRUD with mysql in python3

This use a simple migrate with is init in init.py by user

create new table and extend migrate add def table_name: and import in ini.py run function exec_query in new migrate

Create module in model

Add new file extend model.Model this new model contains all simples methods!