mirror of
https://github.com/mjl-/mox.git
synced 2024-12-29 01:43:48 +03:00
d34dd8aae6
causing returned order to be incorrect. was triggered by new code i'm working on.
12 lines
374 B
Markdown
12 lines
374 B
Markdown
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.
|