Commit graph

4 commits

Author SHA1 Message Date
fox.cpp
66185b90bb
storage/imapsql: Add support for transpiled SQLite driver
May have slightly worse single-user perfomance than
go-sqlite3 (CGo) but also may scale better due to Go goroutines
being used instead of C threads.

Also improves compatibility, making installation easier
esp. if users do not have working C toolchain installed.
See #666.
2024-01-20 20:53:05 +03:00
fox.cpp
80328b8dee
Fix a few linter warnings + gofmt + goimports 2022-06-23 14:34:57 +03:00
fox.cpp
2d18ff5a30
MIT => GPLv3; Add license/copyright notices everywhere 2020-07-22 16:12:26 +03:00
fox.cpp
e7d5418b88
storage/imapsql: Rename and clarify docs
See #212.
2020-03-05 22:04:17 +03:00
Renamed from internal/storage/sql/sqlite3.go (Browse further)