PureGo SQLite#
Pure Go database driver for SQLite using
ebitengine/purego.
Requires the SQLite shared library installed. You probably already have it.
Rationale#
I wanted to use SQLite without CGo but I also don't trust a huge pile of generated code like ModernC SQLite.