Connection handle for ArcadeDB — pure data, no process.
HTTP has no per-connection state; Finch owns the socket pool and the ArcadeDB
session (when inside a transaction) rides session_id. Build one with
Arcadic.connect/3; derive a same-pool handle on another database with
with_database/2.
Summary
Functions
Build a connection handle.
Derive a same-pool handle on another database; validates and clears the session.
Types
Functions
Build a connection handle.
Options
:auth—{user, pass}. REQUIRED (no default credential).:transport— transport module (defaultArcadic.Transport.HTTP).:transport_options— keyword passed to the transport (:finch,:plug,:timeout, pool knobs).:timeout— default per-call receive timeout (ms).
Derive a same-pool handle on another database; validates and clears the session.