Languages & Drivers
Connect from any language. ArcadeDB ships with a native Java embedded API and works out of the box with every standard PostgreSQL, Neo4j BOLT, and HTTP client, so most stacks already have a driver that just works. Pick your language below.
Looking for the wire-level protocols themselves? See API & Integration.
Languages
Java
Embedded API, Neo4j BOLT, JDBC, HTTP/JSON.
Python
psycopg, neo4j, requests / httpx.
JavaScript / TypeScript
pg, neo4j-driver, fetch.
Node.js
pg, neo4j-driver, fetch / axios.
C# / .NET
Npgsql, Neo4j.Driver, HttpClient.
C
libpq, libcurl.
C++
libpqxx, cpp-httplib.
Rust
postgres, neo4rs, reqwest.
Ruby
pg, neo4j-ruby-driver, Net::HTTP.
R
RPostgres, httr2.
Elixir
HTTPoison, Req.