8000 Add introduction to drivers by markburgess · Pull Request #783 · arangodb/docs · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Add introduction to drivers #783

Merged
merged 2 commits into from
Oct 5, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions drivers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ page-toc:
---
# ArangoDB {{ site.data.versions[page.version.name] }} Drivers Documentation

ArangoDB drivers are interfaces between programming languages and ArangoDB,
which enable programmers to connect to and manipulate ArangoDB deployments from
within native language programs. From a language perspective, documents and
database structures can be integrated with data types and their methods.
The precise mapping of concepts and methods depends on the capabilities and
practices of each language.

Programming is a powerful way of automating interactions and control of the
database, as well as to integrate database operations into your own software.
The status of the drivers below varies from supported to community contributions.

## Official drivers

Name | Language | Repository |  
Expand Down
0