Comment by justinclift

6 years ago

Cool. Python has libraries for practically everything. :)

The SQLite libraries seem to be built into Python, so nothing extra to add:

https://docs.python.org/2/library/sqlite3.html

https://docs.python.org/3/library/sqlite3.html

And the PostgreSQL equivalent:

http://initd.org/psycopg/

Hmmm, there seem to be several PostgreSQL Python libraries around, all in active development.

You'll probably be fine with SQLite though. :)