add github.com/mjl-/bstore to list of projects using bbolt

Signed-off-by: Mechiel Lukkien <mechiel@ueber.net>
pull/510/head
Mechiel Lukkien 2023-05-22 14:21:39 +02:00
parent 07579acf0c
commit dbbfc0ec54
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -938,6 +938,7 @@ Below is a list of public, open source projects that use Bolt:
* [BoltDbWeb](https://github.com/evnix/boltdbweb) - A web based GUI for BoltDB files.
* [BoltDB Viewer](https://github.com/zc310/rich_boltdb) - A BoltDB Viewer Can run on Windows、Linux、Android system.
* [bleve](http://www.blevesearch.com/) - A pure Go search engine similar to ElasticSearch that uses Bolt as the default storage backend.
* [bstore](https://github.com/mjl-/bstore) - Database library storing Go values, with referential/unique/nonzero constraints, indices, automatic schema management with struct tags, and a query API.
* [btcwallet](https://github.com/btcsuite/btcwallet) - A bitcoin wallet.
* [buckets](https://github.com/joyrexus/buckets) - a bolt wrapper streamlining
simple tx and key scans.