python database / sql programming - where to start

前端 未结 9 2049
闹比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:16

    I started here:

    http://www.devshed.com/c/a/Python/Using-SQLite-in-Python

    It's 5 (short) pages with just the essentials got me going right away.

提交回复
热议问题