Python lightweight database wrapper for SQLite

前端 未结 7 493
离开以前
离开以前 2021-02-01 15:01

Is there a lightweight database wrapper in Python that I can use for SQLite. I would like something like Django\'s ORM, but that I can just point to a database file and it\'ll m

7条回答
  •  北海茫月
    2021-02-01 15:39

    Just finished this very simple and cool python object oriented orm layer.

    https://github.com/lxknvlk/python_orm_sqlite

提交回复
热议问题