List of NoSQL databases that support Go
database, go, nosql
Solution
There's `awesome-go` which contains a list of databases written in Go and database drivers for relational and non-relational databases.
Problem
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 ```