go-sqlite3 icon indicating copy to clipboard operation
go-sqlite3 copied to clipboard

sqlite3 driver for go using database/sql

Results 242 go-sqlite3 issues
Sort by recently updated
recently updated
newest added

Some scenarios need to support db encryption, so we need encryption support.

enhancement
help wanted

while set $go env -w GO111MODULE=on get error: cannot find module providing package resolve: https://github.com/golang/go/wiki/Modules

https://github.com/mattn/go-sqlite3/pull/564 enabled the SQLITE_ENABLE_UPDATE_DELETE_LIMIT flag, however [this comment](https://github.com/mattn/go-sqlite3/pull/564#issuecomment-452936430) mentions > Just adding the compile-time option is not sufficient. You would need a custom amalgamation. so does this mean that #213...

Issues like [https://github.com/mattn/go-sqlite3/issues/384](#384) related to cross compiling, i saw so many people run into it, making it clear in readme.md may be more effective. MacOS compile for liunx 64: 1....

``` https://github.com/mattn/go-sqlite3/wiki/User-Authentication#features Compile To use the User authentication module the package has to be compiled with the tag sqlite_userauth. See Features. ``` I saw some information from this link, but...

Via this image: https://github.com/neilotoole/xcgo It is possible to produce a bunch of multi-platform release artifacts. `neilotoole/xcgo`'s companion example project [sqlitr](https://github.com/neilotoole/sqlitr), via `goreleaser`, publishes a trivial _sqlitr_ query tool in these...

Right now, the `_txlock` connection parameter determines which `BEGIN` statement is used to start a transaction. I'd like to be able to pick this at a per-transaction level. I don't...

enhancement
help wanted
research

Our CI is showing this error when we run the unit tests: ``` build 12-Feb-2020 19:50:14 --- FAIL: TestError_SystemErrno (0.00s) build 12-Feb-2020 19:50:14 error_test.go:273: expected SystemErrno to be a not...

hi mattn: I ported sqlcipher to go-sqlite3 and **just** made it work, I knew that the PR is mess up, here are what i did: 1. port sqlcipher from 3.20...

https://github.com/mattn/go-sqlite3/issues/172 https://github.com/mattn/go-sqlite3/issues/200 https://github.com/mattn/go-sqlite3/issues/452 ### TODO * [ ] test

enhancement