go-sqlite
go-sqlite copied to clipboard
pure-Go SQLite driver for Go (SQLite embedded)
See the repro case here: https://github.com/filmil/bugreports/tree/main/go-sqlite I have a repro program which just creates a database and tries to do a trivial scan from the table. It errors out in...
Bumps [modernc.org/mathutil](https://gitlab.com/cznic/mathutil) from 1.5.0 to 1.6.0. Commits aabd791 update dependencies See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot...
Hi and thanks for this nice library! I am opening this PR to discuss the possible avenues to propagate the context, when provided. I noticed that, in `BeginTx` the context...
I am using the [goframe ](https://github.com/gogf/gf)framework, and I see that your library is used in it. Are there any usage examples of this?
If a query ends in a semicolon and there's another character after the semicolon, `db.Query` returns the following error. ``` bad parameter or other API misuse: not an error (21)...
Thank you first for the repo. Do you have plan to support sqlite3?
https://github.com/glebarez/go-sqlite https://gitlab.com/cznic/sqlite
Thank you for this great library. As for I like to build my project for WASM as well, I get an strange error while building: ``` GOOS=js GOARCH=wasm go build...
support build on windows 386