Hacker News new | ask | show | jobs
Show HN: SimpleSQLite – Python library to simplify the SQlite database creation (github.com)
7 points by thombashi 3752 days ago
1 comments

Seems somewhat of a poor man's peewee, which in turn is a poor man's sqlalchemy. (Author of peewee here)
I didn't know much about the peewee. It seems like a great library. Thank you for the comment.