I strongly suggest to use pysqlite. APSW may be more powerfull in some areas
but is not complaint with the python standard DB access API. If you will use
pysqlite: 1) you will learn Python standard DBAPI 2) you will able to easly
(relativly) migrate to another DB engine in future (mysql, postgresql,
oracle...).
Best regards,
Witold
Ease of learning is a plus as I need to get something basic up and
running fairly fast. I've heard good things about Python in that respect.
Does anyone have alternative suggestions, or if you agree that Python Is
Good, would you suggest using APSW, pysqlite, or something else?
Thanks,
Eli