mox/vendor/github.com/mjl-/bstore/README.md
Mechiel Lukkien d34dd8aae6
update to latest bstore, with a bugfix for queries with multiple orders that were partially handled by an index
causing returned order to be incorrect.
was triggered by new code i'm working on.
2024-03-30 09:39:18 +01:00

374 B

Bstore is an in-process database with serializable transactions supporting referential/unique/nonzero constraints, (multikey) indices, automatic schema management based on Go types and struct tags, and a query API.

Documentation:

https://pkg.go.dev/github.com/mjl-/bstore

MIT-licensed

Written by Mechiel Lukkien, mechiel@ueber.net. Feedback/bug reports/patches welcome.