summaryrefslogtreecommitdiffstats
path: root/python/pysqlite/README
blob: 57071d09e0a45adf0b0bb95773f4e34f865437a2 (plain)
1
2
3
4
5
pysqlite - Python Interface to SQLite 3

pysqlite is an interface to the SQLite 3.x embedded relational database engine.
It is almost fully compliant with the Python database API version 2.0 and also
exposes the unique features of SQLite.