From 30e4eea8e8c803d4647a0afb9cbe9429bbbbf64d Mon Sep 17 00:00:00 2001 From: Dan Wolf Date: Fri, 12 Jan 2018 12:34:13 -0500 Subject: [PATCH] Add Storm to alternatives --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8af152764..06bf07909 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Moving forward I would suggest you to look at one of these options: * [globalsign/mgo](https://github.com/globalsign/mgo) - Community supported fork of mgo. * [BoltDB](https://github.com/coreos/bbolt) - Single file in-memory document database for Go. + * [Storm](https://github.com/asdine/storm) - A BoltDB toolkit which adds query and index capabilities. * [Badger](https://github.com/dgraph-io/badger) - Fast in-memory document database for Go. * [DGraph](https://github.com/dgraph-io/dgraph) - Distributed graph database on top of Badger. * [lib/pq](https://github.com/lib/pq) - PostgreSQL driver in pure Go.