github.com/genjidb/genji is a schemaless embeddable database that allows using database/sql and SQL for queries.
It's a good replacement for sqlite3, as sqlite3 requires cgo, which means we can't distribute binaries for all platforms and cross-compile the app with goreleaser.
`github.com/genjidb/genji` is a schemaless embeddable database that allows using `database/sql` and SQL for queries.
It's a good replacement for sqlite3, as sqlite3 requires cgo, which means we can't distribute binaries for all platforms and cross-compile the app with goreleaser.
github.com/genjidb/genji
is a schemaless embeddable database that allows usingdatabase/sql
and SQL for queries.It's a good replacement for sqlite3, as sqlite3 requires cgo, which means we can't distribute binaries for all platforms and cross-compile the app with goreleaser.
Currently blocked by this issue.
https://github.com/genjidb/genji/pull/156
🎉
Will require bumping Genji to v0.7.0.