1
0
mirror of https://gitlab.com/cznic/sqlite.git synced 2024-11-19 02:17:45 +00:00
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.
Go to file
2024-11-16 12:52:20 +01:00
examples/example1 migrate from deprecated ioutil package 2022-08-25 09:38:46 +00:00
lib Update change log 2024-11-16 12:52:20 +01:00
testdata revert tip to v1.23.1, updates #154 2023-07-01 16:17:25 +02:00
vfs retract v1.33.0 2024-09-12 16:57:37 +02:00
addport.go support windows/arm64 2022-04-13 09:39:34 +02:00
all_test.go retract v1.33.0 2024-09-12 16:57:37 +02:00
AUTHORS Add support for setting SQLITE_FCNTL_PERSIST_WAL 2024-08-07 12:18:51 +03:00
bind_blob_musl.go retract v1.33.0 2024-09-12 16:57:37 +02:00
bind_blob.go retract v1.33.0 2024-09-12 16:57:37 +02:00
builder.json vendor libsqlite3@v1.5.2 /n 2024-07-22 08:12:31 +02:00
CONTRIBUTORS Implement ResetSession and IsValid methods in connection 2024-11-15 16:43:50 +00:00
dmesg.go add debug facitlity, updates #142 2023-04-30 14:34:58 +02:00
doc.go Update change log 2024-11-16 12:52:20 +01:00
embed2.db remove user-facing global state 2022-07-23 12:46:41 +02:00
embed.db implement embed support prototype 2022-07-22 14:45:40 +02:00
fcntl_test.go Add support for setting SQLITE_FCNTL_PERSIST_WAL 2024-08-07 12:18:51 +03:00
fcntl.go retract v1.33.0 2024-09-12 16:57:37 +02:00
func_test.go vendor libsqlite3@v1.5.2 2024-07-22 08:07:14 +02:00
go.mod retract v1.33.0 2024-09-12 16:57:37 +02:00
go.sum retract v1.33.0 2024-09-12 16:57:37 +02:00
HACKING.md add HACKING, builder.json /2 2024-03-12 19:50:21 +01:00
issue120.diff support linux/s390x 2023-04-21 18:28:35 +02:00
LICENSE fix LICENSE 2020-01-10 10:40:14 +01:00
logo.png Update change log 2024-11-16 12:52:20 +01:00
Makefile retract v1.33.0 2024-09-12 16:57:37 +02:00
mutex.go retract v1.33.0 2024-09-12 16:57:37 +02:00
nodmesg.go add debug facitlity, updates #142 2023-04-30 14:34:58 +02:00
norlimit.go adjust for Go 1.19 changes 2022-07-25 10:19:12 +02:00
null_test.go Add support for NULL values 2020-10-12 22:09:42 +03:00
README.md Update change log 2024-11-16 12:52:20 +01:00
rlimit.go adjust for Go 1.19 changes 2022-07-25 10:19:12 +02:00
rulimit.go adjust for Go 1.19 changes 2022-07-25 10:19:12 +02:00
sqlite_go18_test.go revert to v1.30.1 2024-07-10 14:14:25 +02:00
sqlite_go18.go add debug facitlity, updates #142 2023-04-30 14:34:58 +02:00
SQLITE-LICENSE Add Initial content. 2017-04-21 01:17:29 +02:00
sqlite.go Implement ResetSession and IsValid methods in connection 2024-11-15 16:43:50 +00:00
tpch.sh add tpch.sh 2021-12-03 22:15:19 +01:00
unconvert.sh TestIssue142: add SQLITE_BUSY recovery, updates #142 2023-05-05 13:30:14 +02:00
vendor_libsqlite3.go vendor libsqlite3@v1.5.2 2024-07-22 08:07:14 +02:00