QuickORM icon indicating copy to clipboard operation
QuickORM copied to clipboard

Add SQLite support

Open rognoni opened this issue 9 years ago • 2 comments

For my project I'm using SQLite instead of MySQL: https://docs.python.org/3/library/sqlite3.html

rognoni avatar Aug 27 '16 12:08 rognoni

could you give me a PR?

2shou avatar Sep 01 '16 15:09 2shou

(I have not PR for the moment, this is only an improvement request)

For example this is a work-in-progress using SQLAlchemy (I'm looking for good alternatives about ORMs) https://github.com/rognoni/adaptable/blob/master/Backend/Python-Flask/storage/sqlalchemy_sqlite.py

For the moment I have only these ORMs to test: http://pythoncentral.io/sqlalchemy-vs-orms/

rognoni avatar Sep 01 '16 19:09 rognoni