mirror of
https://github.com/mjl-/mox.git
synced 2024-12-28 01:13:47 +03:00
bf8cfd9724
bstore was updated to v0.0.6 to add this logging. this simplifies some of the db-handling code in mtastsdb,tlsrptdb,dmarcdb. we now call the package-level Init() and Close() in all tests properly. |
||
---|---|---|
.. | ||
.gitignore | ||
default.go | ||
doc.go | ||
equal.go | ||
exec.go | ||
export.go | ||
format.md | ||
gendoc.sh | ||
keys.go | ||
LICENSE | ||
Makefile | ||
nonzero.go | ||
pack.go | ||
parse.go | ||
plan.go | ||
query.go | ||
README.md | ||
register.go | ||
stats.go | ||
store.go | ||
tags.go | ||
tx.go |
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.