API and Driver Reference
ArcadeDB provides HTTP/JSON API to interface to the server from a remote application. You can use any programming language that supports HTTP calls (pretty much any language) or use a driver to have a little abstraction over HTTP/JSON API.
| Language | Project URL | License |
|---|---|---|
Java |
Bundled with the project. Look at |
Apache 2 |
CHICKEN Scheme |
zlib-acknowledgement |
|
Elixir |
MIT |
|
.NET |
Apache 2 |
|
PHP (Laravel) |
? |
|
Python |
Apache 2 |
|
Python (embedded) |
Apache 2 |
|
Ruby |
MIT |
|
RUST |
Apache 2 |
|
Typescript |
MIT |