mirror of
https://gitlab.com/cznic/sqlite.git
synced 2025-07-02 00:07:32 +00:00
v1.14.1
Updates #76 commit 44e6def788b46aad7f1f031706e99985b64bb343 Author: Jan Mercl <0xjnml@gmail.com> Date: Sun Nov 14 11:11:51 2021 +0100 OK
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
Description
Package sqlite is a CGo-free port of SQLite/SQLite3.
SQLite is an in-process implementation of a self-contained, serverless, zero-configuration, transactional SQL database engine.
Languages
Go
100%