英文:
List of NoSQL databases that support Go
问题
有没有一个由Go支持的NoSQL
数据库驱动程序列表?
我只找到了SQL
数据库的列表:
https://code.google.com/p/go-wiki/wiki/SQLDrivers
英文:
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
答案1
得分: 10
这里有一个名为awesome-go
的项目,其中包含了一份使用Go语言编写的数据库列表以及关系型和非关系型数据库的数据库驱动。
英文:
There's awesome-go
which contains a list of databases written in Go and database drivers for relational and non-relational databases.
答案2
得分: 1
我不知道有没有这样的数据库。大多数 NoSQL 数据库都有与语言无关的 API(如 REST/JSON、thrift 等)。我只知道一个叫做 mgo 的数据库。也许你可以开始列一个清单?
英文:
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?
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论