0
0
mirror of https://gitlab.com/cznic/sqlite.git synced 2025-04-27 23:07:44 +00:00
Elle Mouton 4dd882a3a5 Merge branch 'noBeginDirectiveForReadTx' into 'master'
sqlite: only add tx_lock begin directive for write txs

Closes #127

See merge request cznic/sqlite!52
2023-01-20 21:14:01 +00:00
2022-09-21 12:53:01 +02:00
2022-12-28 23:26:14 +01:00
2022-12-28 23:26:14 +01:00
2022-12-28 23:26:14 +01:00
2022-12-28 23:26:14 +01:00
2022-09-20 16:09:38 +02:00
2022-04-13 09:39:34 +02:00
2022-12-28 23:26:14 +01:00
2023-01-05 08:09:24 -08:00
2022-12-28 23:26:14 +01:00
2022-12-28 23:26:14 +01:00
2022-07-23 12:46:41 +02:00
2022-07-22 14:45:40 +02:00
2022-12-28 23:26:14 +01:00
2023-01-05 16:18:16 +01:00
2022-12-28 23:26:14 +01:00
2020-01-10 10:40:14 +01:00
2022-12-11 21:04:17 +01:00
2022-07-25 10:19:12 +02:00
2020-10-12 22:09:42 +03:00
2022-08-26 08:58:49 +02:00
2022-07-25 10:19:12 +02:00
2022-07-25 10:19:12 +02:00
2017-04-21 01:17:29 +02:00
2021-12-03 22:15:19 +01:00
2022-10-12 16:30:59 +02:00

sqlite

Package sqlite is a cgo-free port of SQLite. Although you could see mattn's driver (github.com/mattn/go-sqlite3) in go.mod file, we import it for tests only.

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