Jason DeBettencourt ff775b367c all_test.go - remove the temp db between scripts to prevent not quite closed/deleted/race.
malloc5.test - skip tests requiring memstats collection
pager1.test - skip 2 tests in non-functional sets.
snapshot_fault.test - skip test w/failing forcedelete
testdata/tcl/tester.tcl - fix get_pwd to return output of 'cd'
2021-06-09 18:44:35 -04:00
2020-07-26 22:36:18 +02:00
2021-05-16 21:22:16 +02:00
2021-01-15 17:22:10 +01:00
2021-02-17 22:45:16 +01:00
2021-05-06 17:35:10 +02:00
2020-01-10 10:40:14 +01:00
2021-05-16 21:22:16 +02:00
2020-10-12 22:09:42 +03:00
2021-02-21 22:21:30 +01:00
2019-12-18 17:51:11 +01:00
2017-04-21 01:17:29 +02:00
2019-12-18 17:51:11 +01:00

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
pure-Go SQLite driver for Go (SQLite embedded)
Readme BSD-3-Clause 103 MiB
Languages
Go 100%