mjl- / bstore

database library for storing and quering Go struct data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

database library for storing and quering Go struct data

License:MIT License


Languages

Language:Go 99.9%Language:Makefile 0.1%Language:Shell 0.1%