Is there a list of NoSQL
database driver that supported by Go
? I only found list for SQL
databases:
https://code.google.com/p/go-wiki/wiki/SQLDrivers
There's awesome-go
which contains a list of databases written in Go and database drivers for relational and non-relational databases.
Not that I'm aware of. Most(?) NoSQL databases have language agnostic API (REST/JSON, thrift, ...). The only one that I know of is mgo. Maybe you can start a list?