Changed
- The minimum
modernc.org/sqliteversion updated to 1.37.1.
Unclaimed project
Are you a maintainer of go-sqlite? Claim this project to take control of your public changelog and roadmap.
Changelog
Low-level Go interface to SQLite 3
Last updated 7 days ago
Get up and running with Kimi-K2.5, GLM-4.7, DeepSeek, gpt-oss, Qwen, Gemma and other models.
Production-Grade Container Scheduling and Management
A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
Gin is a high-performance HTTP web framework written in Go. It provides a Martini-like API but with significantly better performance—up to 40 times faster—thanks to httprouter. Gin is designed for building REST APIs, web applications, and microservices.
modernc.org/sqlite version updated to 1.37.1.Version 1.4.1 updates the modernc.org/sqlite version to 1.36.1 and includes a couple small improvements.
modernc.org/sqlite version updated to 1.36.1.*Stmt.ColumnName no longer performs an allocation (#101).OpenFlags has been rewritten for clarity ([#114](https://...Version 1.4 adds the sqlitex.ResultBytes function and fixes several bugs.
sqlitex.ResultBytes. (#86)Conn.Close returns an error if the connection has already been closed (#101).modernc.org/sqlite version updated to 1.33.1...Version 1.3 is largely a bug-fix release, but is a minor version change because of the new sqlitemigration.Pool.Take method.
sqlitemigration.Pool now has a new method Take so that it implements a common interface with sqlitex.Pool (#97).OpenWAL behavior on sqlite.OpenConn.Version 1.2.0 adds a sqlitex.Pool.Take method and improves error messages.
sqlitex.Pool has a new method Take which returns an error along with a Conn (#83).sqlite.ErrorOffset is a new function that returns the SQL byte offset that an error references.sqlite.Conn.Prep, sqlite.Conn.Prepare...