支持Go语言的NoSQL数据库列表

huangapple go评论89阅读模式
英文:

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?

huangapple
  • 本文由 发表于 2014年11月26日 18:53:26
  • 转载请务必保留本文链接:https://go.coder-hub.com/27147252.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定