mox/vendor/github.com/mjl-/bstore/README.md

13 lines
374 B
Markdown
Raw Normal View History

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.
2023-01-30 16:27:06 +03:00
Documentation:
https://pkg.go.dev/github.com/mjl-/bstore
2023-01-30 16:27:06 +03:00
MIT-licensed
Written by Mechiel Lukkien, mechiel@ueber.net. Feedback/bug reports/patches
welcome.