0
0
mirror of https://gitlab.com/cznic/sqlite.git synced 2025-07-07 00:15:24 +00:00
Files
go-sqlite/README.md
2021-02-21 22:21:30 +01:00

464 B

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