summaryrefslogtreecommitdiff
path: root/internal/db/sqlite/driver.go
AgeCommit message (Expand)AuthorFiles
2025-03-10[feat] utilize system's libsqlite3HEADtrunknextLibravatar Terin Stock1
2024-10-14updates exported interface types to match ncruces/go-sqlite3/driver methods (...v0.17.0Libravatar kim1
2024-10-14[feature/OFFICIALLY UNSUPPORTED] add nowasm build tag to disable building wit...Libravatar kim1
2024-10-04[performance] remove the pragma optimize analysis limit on connection close (...Libravatar kim1
2024-09-14[chore] Update go-sqlite3 to 0.18.3 (#3295)Libravatar Daenney1
2024-06-29[feature] Default to WASM-based SQLite driver (#3053)Libravatar Daenney1
2024-05-27[experiment] add alternative wasm sqlite3 implementation available via build-...Libravatar kim1