You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
slaventius@odnookno.info 6814a13a9b * 2 years ago
..
cluster * 2 years ago
http * 2 years ago
util * 2 years ago
.gitignore * 2 years ago
.golangci.yaml * 2 years ago
.travis.yml * 2 years ago
CHANGELOG.md * 2 years ago
CONTRIBUTING.md * 2 years ago
Dockerfile.debug * 2 years ago
HEADER * 2 years ago
LICENSE * 2 years ago
MAINTAINERS.md * 2 years ago
Makefile * 2 years ago
README.md * 2 years ago
VERSION * 2 years ago
authentication.go * 2 years ago
client.go * 2 years ago
client_admin_backup.go * 2 years ago
client_admin_backup_impl.go * 2 years ago
client_cluster.go * 2 years ago
client_cluster_impl.go * 2 years ago
client_databases.go * 2 years ago
client_databases_impl.go * 2 years ago
client_foxx.go * 2 years ago
client_foxx_impl.go * 2 years ago
client_impl.go * 2 years ago
client_replication.go * 2 years ago
client_replication_impl.go * 2 years ago
client_server_admin.go * 2 years ago
client_server_admin_impl.go * 2 years ago
client_server_info.go * 2 years ago
client_server_info_impl.go * 2 years ago
client_users.go * 2 years ago
client_users_impl.go * 2 years ago
cluster.go * 2 years ago
cluster_impl.go * 2 years ago
collection.go * 2 years ago
collection_document_impl.go * 2 years ago
collection_documents.go * 2 years ago
collection_impl.go * 2 years ago
collection_indexes.go * 2 years ago
collection_indexes_impl.go * 2 years ago
connection.go * 2 years ago
content_type.go * 2 years ago
context.go * 2 years ago
cursor.go * 2 years ago
cursor_impl.go * 2 years ago
database.go * 2 years ago
database_arangosearch_analyzers.go * 2 years ago
database_arangosearch_analyzers_impl.go * 2 years ago
database_collections.go * 2 years ago
database_collections_impl.go * 2 years ago
database_collections_schema.go * 2 years ago
database_graphs.go * 2 years ago
database_graphs_impl.go * 2 years ago
database_impl.go * 2 years ago
database_pregel.go * 2 years ago
database_pregel_impl.go * 2 years ago
database_transactions.go * 2 years ago
database_transactions_impl.go * 2 years ago
database_views.go * 2 years ago
database_views_impl.go * 2 years ago
doc.go * 2 years ago
edge.go * 2 years ago
edge_collection_documents_impl.go * 2 years ago
edge_collection_impl.go * 2 years ago
edge_collection_indexes_impl.go * 2 years ago
encode-go_1_8.go * 2 years ago
encode.go * 2 years ago
error.go * 2 years ago
foxx.go * 2 years ago
graph.go * 2 years ago
graph_edge_collections.go * 2 years ago
graph_edge_collections_impl.go * 2 years ago
graph_impl.go * 2 years ago
graph_vertex_collections.go * 2 years ago
graph_vertex_collections_impl.go * 2 years ago
id.go * 2 years ago
index.go * 2 years ago
index_impl.go * 2 years ago
meta.go * 2 years ago
protocol.go * 2 years ago
query.go * 2 years ago
replication.go * 2 years ago
replication_impl.go * 2 years ago
revision.go * 2 years ago
transaction.go * 2 years ago
user.go * 2 years ago
user_impl.go * 2 years ago
version.go * 2 years ago
vertex_collection_documents_impl.go * 2 years ago
vertex_collection_impl.go * 2 years ago
vertex_collection_indexes_impl.go * 2 years ago
view.go * 2 years ago
view_arangosearch.go * 2 years ago
view_arangosearch_alias.go * 2 years ago
view_arangosearch_alias_impl.go * 2 years ago
view_arangosearch_impl.go * 2 years ago
view_impl.go * 2 years ago

README.md

ArangoDB-Logo

ArangoDB GO Driver

This project contains the official Go driver for the ArangoDB database.

Build Status GoDoc

Supported Go Versions

Go 1.13 Go 1.14 Go 1.16 Go 1.17
1.0.0-1.4.0
master

Supported Versions

< ArangoDB 3.6 ArangoDB 3.6 ArangoDB 3.7 ArangoDB 3.8 ArangoDB 3.9 ArangoDB 3.10
1.0.0 - - - -
1.1.0 + + - - -
1.2.1 + + - -
1.3.0 + + -
1.4.0 + +
master + + + + + +

Key:

  • Exactly the same features in both driver and the ArangoDB version.
  • + Features included in driver may be not present in the ArangoDB API. Calls to the ArangoDB may result in unexpected responses (404).
  • - The ArangoDB has features which are not supported by driver.