boltdb-example
boltdb-example copied to clipboard
A simple example using BoltDB and Go
boltdb-example
A simple example using BoltDB and Go
Start with:
go run main.go
This will create a db named test.db
in the current folder and add some test entries.