mirror of
https://gitlab.com/cznic/sqlite.git
synced 2025-06-06 23:40:39 +00:00
179c16d747dbaad875f20b52af14a4f95357003c
sqlite
Package sqlite is an in-process implementation of a self-contained, serverless, zero-configuration, transactional SQL database engine. (Work In Progress)
Installation
$ go get modernc.org/sqlite
Documentation: godoc.org/modernc.org/sqlite
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%