summaryrefslogtreecommitdiff
path: root/internal/db/sqlite/errors.go
AgeCommit message (Collapse)AuthorFiles
2025-03-10[feat] utilize system's libsqlite3HEADtrunknextLibravatar Terin Stock1
Add support for using the system's libsqlite3 library by adding a driver using "github.com/mattn/go-sqlite3".
2024-10-14[feature/OFFICIALLY UNSUPPORTED] add nowasm build tag to disable building ↵Libravatar kim1
with WebAssembly (#3429) * add experimental build-tag 'nowasm' which uses local ffmpeg / ffprobe * updated experimental support message * add comment to build script explaining build tag * add nowasm build tags to moderncsqlite files
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>
2024-05-27[experiment] add alternative wasm sqlite3 implementation available via ↵Libravatar kim1
build-tag (#2863) This allows for building GoToSocial with [SQLite transpiled to WASM](https://github.com/ncruces/go-sqlite3) and accessed through [Wazero](https://wazero.io/).