# arex v0.1.0 - Table of Contents

> ArcadeDB-native Elixir client with tenant/scope-aware record, graph, KV, TimeSeries, and vector helpers.

## Pages

- Overview
  - [Arex](readme.md)

- Guides
  - [Getting Started](getting_started.md)
  - [Records And Queries](records_and_queries.md)
  - [Graph And Schema](graph_and_schema.md)
  - [Runtime Behavior](runtime_behavior.md)
  - [skill](skill.md)

- Operations
  - [Changelog](changelog.md)

## Modules

- Core
  - [Arex](Arex.md): Small top-level entry points for server reachability and metadata.
  - [Arex.Command](Arex.Command.md): Write-oriented raw command helpers.
  - [Arex.KV](Arex.KV.md): Key/value helpers built on ArcadeDB's Redis-language command support.
  - [Arex.Query](Arex.Query.md): Read-oriented query helpers.
  - [Arex.Record](Arex.Record.md): Document-style CRUD helpers with tenant and scope awareness.
  - [Arex.TimeSeries](Arex.TimeSeries.md): Time-series helpers for ArcadeDB TimeSeries types and endpoints.
  - [Arex.Vector](Arex.Vector.md): Vector search helpers for ArcadeDB dense, sparse, and hybrid retrieval.

- Graph
  - [Arex.Edge](Arex.Edge.md): Graph edge helpers with tenant and scope awareness.
  - [Arex.Vertex](Arex.Vertex.md): Graph vertex helpers with boundary-aware traversal.

- Schema
  - [Arex.Database](Arex.Database.md): Database-level administrative helpers.
  - [Arex.Schema](Arex.Schema.md): Schema, index, and bucket helpers.

- Support
  - [Arex.Error](Arex.Error.md): Normalized error constructors used across Arex.
  - [Arex.Http](Arex.Http.md): Low-level ArcadeDB HTTP transport.
  - [Arex.Options](Arex.Options.md): Internal option normalization and precedence rules.
  - [Arex.Sql](Arex.Sql.md): Lower-level SQL validation and query-building helpers.

