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
- Host: GitHub
- URL: https://github.com/amiridk/mysql_and_sqlite3_note
- Owner: amiridk
- Created: 2025-02-21T17:25:54.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-02-21T18:24:23.000Z (10 months ago)
- Last Synced: 2025-02-21T18:29:56.932Z (10 months ago)
- Topics: mysql, python, sql-orm, sqlalchemy, sqlite3
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ......