arangolite:用于ArangoDB的轻量级Golang驱动程序

时间:2021-05-06 14:54:27
【文件属性】:
文件名称:arangolite:用于ArangoDB的轻量级Golang驱动程序
文件大小:27KB
文件格式:ZIP
更新时间:2021-05-06 14:54:27
Go 蓝晶石 Arangolite是Go的轻量级ArangoDB驱动程序。 它专注于纯AQL查询。 有关更类似于ORM的体验,请参见 。 重要提示:寻找维护者 我没有以前那么多的时间,也不像以前那样经常使用ArangoDB。 这个项目肯定会从一些新的维护者中受益。 任何公关都非常感激。 安装 要安装Arangolite: go get -u github.com/solher/arangolite/v2 基本用法 package main import ( "context" "fmt" "log" "github.com/solher/arangolite/v2" "github.com/solher/arangolite/v2/requests" ) type Node struct { arangolite. Document } func main () {
【文件预览】:
arangolite-master
----go.mod(48B)
----.codeclimate.yml(123B)
----auth.go(996B)
----errors_test.go(3KB)
----documents.go(611B)
----.travis.yml(412B)
----senders.go(2KB)
----LICENSE(1KB)
----database_test.go(14KB)
----requests()
--------aqlfunction.go(1KB)
--------version.go(559B)
--------statistics.go(3KB)
--------auth.go(366B)
--------cursor.go(353B)
--------transaction_test.go(3KB)
--------cache.go(779B)
--------collection.go(3KB)
--------aql_test.go(3KB)
--------aql.go(2KB)
--------index.go(653B)
--------transaction.go(4KB)
--------graph.go(2KB)
--------import.go(951B)
--------database.go(1KB)
----README.md(7KB)
----log.go(2KB)
----senders_test.go(912B)
----errors.go(3KB)
----database.go(6KB)

网友评论