A copy/pastable Db class to help people get started on using SQLite in python!
1 point
That is a very decent lib! It seems pretty mature and strikes a nice balance between ease of use and performant power.
sqlite_utils is the missing command line, in many ways
SQLite is an underused platform imo. More RDBMS would benefit from using it as an import / export format vs csv / json.