A TypeScript client to XTDB
This library wraps the XTDB REST API, which is well documented on the XTDB website.
Every endpoint is fully typed, both on argument and return -- so most of the API is discoverable simply by exploring the TypeScript API surface.
The Clojure or Java client documentation may also be helpful as a reference for how the various functionality works.
To quickly get an XTDB HTTP API up and running locally, you can use xtdb-http, which I threw together for this purpose.