go-sqlite3
go-sqlite3 copied to clipboard
sqlite3 driver for go using database/sql
I'm getting the following error during compile: ``` # github.com/mattn/go-sqlite3/_example/vtable ./vtable.go:22:78: undefined: sqlite3.VTab ./vtable.go:23:11: c.DeclareVTab undefined (type *sqlite3.SQLiteConn has no field or method DeclareVTab) ./vtable.go:36:79: undefined: sqlite3.VTab ./vtable.go:46:39: undefined: sqlite3.VTabCursor...
The LoongArch architecture (LoongArch) is an Instruction Set Architecture (ISA) that has a RISC style. Documentations: ISA: https://loongson.github.io/LoongArch-Documentation/LoongArch-Vol1-EN.html ABI: https://loongson.github.io/LoongArch-Documentation/LoongArch-ELF-ABI-EN.html More docs can be found at: https://loongson.github.io/LoongArch-Documentation/README-EN.html
Added a go wrapper for sqlite3 `sqlite3_db_status`. Resolves ticket #701.
My static analyzer found an error like use after free. I'm not sure about this, maybe it's really a true positive or a false positive 
 
go version 1.19 go-sqlite3 version 1.14.21 I am using the import "database/sql" and open the DB like this: db, err = sql.Open("sqlite3", dbPath) and then in my program I use...
My server runs Ubuntu 18.04 and I'm having trouble getting my app (that uses go-sqlite) to run there. First, I had to install a newer version of glibc: ``` $...
Hi, I'm getting high process counts (~105 tasks between restarts) which are reported suspended in `htop`. I have a debian linux system with 1 cpu. I have switched to pure...
With the release of SQLite 3.47.0, the SQLITE_DBPAGE virtual table has been updated to do some pretty powerful stuff, including writing and deleting the underlying DB pages via a SQL...
Came across this 'other' repo which could easily be mistaken for this one. `https://github.com/mattnh/go-sqlite3` Wasn't sure if this was yours or someone doing something undesirable. Thought it worth mentioning, if...