2shou / QuickORM

A simple ORM provides elegant API for Python-MySQL operation
96 stars 39 forks source link

Add SQLite support #3

Open rognoni opened 8 years ago

rognoni commented 8 years ago

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

2shou commented 8 years ago

could you give me a PR?

rognoni commented 8 years ago

(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/