mirror of
https://github.com/glebarez/go-sqlite.git
synced 2025-10-18 13:51:18 +08:00
9d0fc07447ea0f679ba29dcdbd2ab50a100449b5

fix readme after changing image names in 49148932f6
See merge request cznic/sqlite!32
sqlite
Package sqlite is a CGo-free port of SQLite.
SQLite is an in-process implementation of a self-contained, serverless, zero-configuration, transactional SQL database engine.
Installation
$ go get modernc.org/sqlite
Documentation: godoc.org/modernc.org/sqlite
Builders: modern-c.appspot.com/-/builder/?importpath=modernc.org%2fsqlite
Languages
Go
100%