0
0
mirror of https://gitlab.com/cznic/sqlite.git synced 2025-07-17 00:24:45 +00:00
Artyom Pervukhin f40342ecdc Merge branch 'issue100' into 'master'
Fix handling of nil []byte as NULL values

Closes #100

See merge request cznic/sqlite!43
2022-05-19 08:28:54 +00:00
2020-07-26 22:36:18 +02:00
2022-05-07 22:41:21 +02:00
2022-05-07 22:41:21 +02:00
2022-05-07 22:41:21 +02:00
2022-05-07 22:41:21 +02:00
2022-05-07 22:41:21 +02:00
2021-01-15 17:22:10 +01:00
2022-04-13 09:39:34 +02:00
2022-05-19 10:59:17 +03:00
2022-05-19 10:59:17 +03:00
2022-05-09 10:44:20 +02:00
2022-05-07 22:41:21 +02:00
2022-05-18 23:58:14 +03:00
2022-05-07 22:41:21 +02:00
2020-01-10 10:40:14 +01:00
2022-05-07 22:41:21 +02:00
2020-10-12 22:09:42 +03:00
2022-04-03 19:18:44 +02:00
2021-09-06 20:57:30 +02:00
2017-04-21 01:17:29 +02:00
2021-12-03 22:15:19 +01: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.

Thanks

This project is sponsored by Schleibinger Geräte Teubert u. Greim GmbH by allowing one of the maintainers to work on it also in office hours.

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 401 MiB
Languages
Go 100%