summaryrefslogtreecommitdiff
path: root/internal/db/sqlite/errors_moderncsqlite3.go
AgeCommit message (Collapse)AuthorFiles
2024-06-29[feature] Default to WASM-based SQLite driver (#3053)Libravatar Daenney1
* [feature] Default to WASM-based SQLite driver With 0.16 out this switches our default SQLite driver to the WASM-based solution instead. So far the driver seems to perform just as well. Switching our default should result in it getting a bit more testing during the 0.17 development cycle. * add the ol' john hancock --------- Co-authored-by: tobi <tobi.smethurst@protonmail.com>