Comment by chicob 6 years ago Thanks. I'll give it a try. I chose MySQL because I knew there were Python libraries I could use. 1 comment chicob Reply 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.htmlhttps://docs.python.org/3/library/sqlite3.htmlAnd 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. :)
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.htmlhttps://docs.python.org/3/library/sqlite3.htmlAnd 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. :)
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. :)