gosqlite is a minimal read-only library for dumping data from SQLite databases. It is written in pure Go without any C dependencies.
Reported issues and pull requests are welcome.
A minimal dump utility is provided which takes a SQLite database and dumps the data from all tables.
License: Apache-2.0