8000 Add introduction to drivers (#783) · arangodb/docs@1693c81 · 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.

Commit 1693c81

Browse files
authored
Add introduction to drivers (#783)
1 parent 995640e commit 1693c81

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

drivers/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ page-toc:
77
---
88
# ArangoDB {{ site.data.versions[page.version.name] }} Drivers Documentation
99

10+
ArangoDB drivers are interfaces between programming languages and ArangoDB,
11+
which enable programmers to connect to and manipulate ArangoDB deployments from
12+
within native language programs. From a language perspective, documents and
13+
database structures can be integrated with data types and their methods.
14+
The precise mapping of concepts and methods depends on the capabilities and
15+
practices of each language.
16+
17+
Programming is a powerful way of automating interactions and control of the
18+
database, as well as to integrate database operations into your own software.
19+
The status of the drivers below varies from supported to community contributions.
20+
1021
## Official drivers
1122

1223
Name | Language | Repository |  

0 commit comments

Comments
 (0)
0