An open API service indexing awesome lists of open source software.

https://github.com/amiridk/mysql_and_sqlite3_note

MySql and sqlite3 note sheet - useful for ML and BI
https://github.com/amiridk/mysql_and_sqlite3_note

mysql python sql-orm sqlalchemy sqlite3

Last synced: 10 months ago
JSON representation

MySql and sqlite3 note sheet - useful for ML and BI

Awesome Lists containing this project

README

          

my note about using Sqlite3 and MySql in python with sqlalchemy ORM ,
sqlite3 is a light-wighted and single-threaded db , not good for large scaled but very efficient for local DB and important in ML and AL
sqlalchemy ORM is the one of best ORMs in python(the best in my opinion) and you can work on it with mongodb and sqlite and mariadb and MySql and ......