Boltdb - quality embedded Go database

Anyone looking for a easy-to-use embedded database for Go: https://github.com/boltdb/bolt

Combine it with stdlib’s encoding/gob and you are good to go.

Used it to create a hack app of my own this afternoon – and had it integrated in minutes. Literally. Impressive piece of software.

1 Like

Oh, and if you need an abstraction on top of that:

Highly recommended.

1 Like