sqlite
sqlite copied to clipboard
The pure-Go SQLite driver for GORM
I'm trying to figure out how to add custom functions. When I register the custom functions directly to the modernc lib, then I get the following error because both the...
Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.25.7 to 1.25.10. Commits 9d370bc Fix handling of unknown column types (#6540) 7892019 Fix panic bug in migrator due to lack of nil check for stmt.Schema (#6932)...
Resolves [this issue](https://github.com/glebarez/sqlite/issues/133) by removing what appeared to be an unnecessary dependency on glebarez/go-sqlite. Also ran `go mod tidy`.
This pull request is a copy of go-gorm/sqlite/pull/185 to add support for libsql specifically
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.23.1 to 1.29.6. Commits 21d90b2 Merge branch 'feature/89/add-backup-commit-method' into 'master' 01aa83b fixup! sqlite: add Backup.Commit method 27e480d CONTRIBUTORS: added self as contributor fc4ca38 functest: added a backup-commit-close...
Bumps [github.com/glebarez/go-sqlite](https://github.com/glebarez/go-sqlite) from 1.21.2 to 1.22.0. Release notes Sourced from github.com/glebarez/go-sqlite's releases. v1.22.0 Add compat package that register driver as sqlite3 (glebarez/go-sqlite#150) Commits 74f6648 Add compat package that register driver...
```go version``` ```go version go1.22.0 darwin/arm64``` I'm trying to build application but get this error: ```go run main.go``` ```# modernc.org/libc ../../../../../.asdf/installs/golang/1.22.0/packages/pkg/mod/modernc.org/[email protected]/libc_darwin.go:484:20: undefined: unix.Getcwd``` Did you test you library on Apple...
**Question:** 1. I had no problem running it on Cortex-A7, but I had problems running it on arm9 2. The CGO version works on arm9 **Code:** package main import (...
很容易就报错 数据库被锁
sqlite database is locked (5) (SQLITE_BUSY)
I am looking for ways to compile this library into wasm, but no luck so far. Any instructions to follow?