Jan Mercl c26bc822d8 WIPS
2020-08-30 23:16:45 +02:00
2020-07-26 22:36:18 +02:00
2020-08-26 23:31:54 +02:00
2020-08-26 23:31:54 +02:00
2020-08-26 23:31:54 +02:00
2020-08-30 23:16:45 +02:00
2020-08-26 23:31:54 +02:00
2020-08-28 08:54:07 +00:00
2020-08-28 08:54:07 +00:00
2020-08-26 23:31:54 +02:00
2020-08-26 23:31:54 +02:00
2020-08-26 23:31:54 +02:00
2020-08-26 23:31:54 +02:00
2020-01-10 10:40:14 +01:00
2020-08-30 23:16:45 +02:00
2020-08-26 23:31:54 +02:00
2019-12-18 17:51:11 +01:00
2017-04-21 01:17:29 +02:00
2020-08-26 23:31:54 +02:00
2020-08-26 23:31:54 +02: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

Or for installation without CGO enabled:

$ CGO_ENABLED=0 go get modernc.org/sqlite

Documentation: godoc.org/modernc.org/sqlite

Description
pure-Go SQLite driver for Go (SQLite embedded)
Readme BSD-3-Clause 103 MiB
Languages
Go 100%