Wrapper around BoltDB
Go to file
John Olheiser c3d7ddbbd7
Clean up tests
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2020-08-03 16:38:34 -05:00
.gitignore Add non-sequence options 2020-07-21 15:22:39 -05:00
bucket.go Refactor to using Init funcs and add gob serializer 2020-08-03 16:11:20 -05:00
example_key_test.go Clean up tests 2020-08-03 16:38:34 -05:00
example_seq_test.go Clean up tests 2020-08-03 16:38:34 -05:00
go.mod Initial Commit 2020-07-20 15:44:41 -05:00
go.sum Initial Commit 2020-07-20 15:44:41 -05:00
LICENSE Add license, readme, and docs 2020-07-20 17:33:52 -05:00
Makefile Add non-sequence options 2020-07-21 15:22:39 -05:00
options.go Add Bucket shorthand, Makefile, and comments 2020-07-20 17:01:48 -05:00
README.md Link examples in README 2020-07-21 15:30:11 -05:00
serial_test.go Clean up tests 2020-08-03 16:38:34 -05:00
serial.go Refactor to using Init funcs and add gob serializer 2020-08-03 16:11:20 -05:00
shock_test.go Clean up tests 2020-08-03 16:38:34 -05:00
shock.go Refactor to using Init funcs and add gob serializer 2020-08-03 16:11:20 -05:00
store_test.go Clean up tests 2020-08-03 16:38:34 -05:00
store.go Refactor to using Init funcs and add gob serializer 2020-08-03 16:11:20 -05:00

Shock

A wrapper around BBolt.

Check out the docs or an example.

License

MIT