Anton Zhiyanov on Nostr: The most common SQLite drivers in Go are ➊ `mattn` and ➋ `modernc`. And there are ...
The most common SQLite drivers in Go are ➊ `mattn` and ➋ `modernc`.
And there are two newer alternatives:
➌ `ncruces/go-sqlite3` by Nuno Cruces is a pure Go + WASM solution with many nice features.
➍ `tursodatabase/go-libsql` by Turso is a CGO-based libSQL driver.
It took some work, but now Redka (Redis over SQLite) supports all four of them!
And there are two newer alternatives:
➌ `ncruces/go-sqlite3` by Nuno Cruces is a pure Go + WASM solution with many nice features.
➍ `tursodatabase/go-libsql` by Turso is a CGO-based libSQL driver.
It took some work, but now Redka (Redis over SQLite) supports all four of them!