python database / sql programming - where to start

前端 未结 9 2194
闹比i
闹比i 2021-02-02 03:25

What is the best way to use an embedded database, say sqlite in Python:

  1. Should be small footprint. I\'m only needing few thousands records per table. And just a ha
9条回答
  •  情深已故
    2021-02-02 04:13

    If you don't want to use an ORM, you can give a try to python-sql to create your SQL queries.

提交回复
热议问题