0
0
mirror of https://gitlab.com/cznic/sqlite.git synced 2025-04-27 23:07:44 +00:00
2021-01-11 13:21:44 +01:00
2020-07-26 22:36:18 +02:00
2020-12-30 22:08:17 +01:00
2020-12-30 22:08:17 +01:00
2021-01-07 22:48:37 +01:00
2021-01-08 14:09:57 +01:00
2021-01-09 12:57:10 +01:00
2021-01-09 12:57:10 +01:00
2020-01-10 10:40:14 +01:00
2020-08-26 23:31:54 +02:00
2020-10-12 22:09:42 +03:00
2020-11-19 17:53:04 +01:00
2019-12-18 17:51:11 +01:00
2017-04-21 01:17:29 +02:00
2021-01-11 13:21:44 +01:00
2019-12-18 17:51:11 +01:00

sqlite

Package 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.
Readme BSD-3-Clause 336 MiB
Languages
Go 100%