Added ArangoDB support for storage

This commit is contained in:
antonio
2020-11-26 14:07:15 +02:00
parent 2e02bda8a1
commit d79b8fe8e0
5 changed files with 580 additions and 0 deletions

8
arangodb/go.mod Normal file
View File

@@ -0,0 +1,8 @@
module github.com/gofiber/storage/arangodb
go 1.14
require (
github.com/arangodb/go-driver v0.0.0-20201106193344-56ae8fd24510
github.com/gofiber/utils v0.1.2
)