# tursox v0.2.1 - Table of Contents

> Flexible embedded Turso resources for Elixir

## Pages

- [Tursox](readme.md)
- [Changelog](changelog.md)
- [Security policy](security.md)
- [Third-party notices](third_party_notices.md)
- [Architecture](architecture.md)
- [Turso 0.7.2 capability matrix](capabilities.md)
- [Turso 0.7.2 executable capability report](roadmap002-capabilities.md)
- [Turso 0.7.2 native capability record](turso-0-7-2.md)
- [Databases and connections](databases-and-connections.md)
- [Queries, statements, and bounded cursors](queries-and-cursors.md)
- [Transactions and experimental MVCC](transactions-and-mvcc.md)
- [Shared-handle DBConnection pools](pools.md)
- [Supervised multi-database managers](managers.md)
- [Operations, telemetry, and security](operations.md)

## Modules

- [Tursox](Tursox.md): Low-level and optional managed Elixir bindings for the embedded Turso engine.
- [Tursox.Capabilities](Tursox.Capabilities.md): Machine-readable capability metadata for the pinned Turso 0.7.2 engine.
- [Tursox.Column](Tursox.Column.md): Ordered result-column metadata.
- [Tursox.Connection](Tursox.Connection.md): A sequential connection derived from one `Tursox.Database` resource.
- [Tursox.Cursor](Tursox.Cursor.md): A bounded, incremental row cursor owned by one `Tursox.Statement`.
- [Tursox.Database](Tursox.Database.md): Opaque root resource for one local embedded Turso database.
- [Tursox.Manager](Tursox.Manager.md): Optional caller-supervised manager for many independent database pools.
- [Tursox.Pool](Tursox.Pool.md): Optional `DBConnection` pool whose workers derive connections from one database.
- [Tursox.Query](Tursox.Query.md): A DBConnection query backed by per-worker native prepared statements.
- [Tursox.Result](Tursox.Result.md): Ordered result metadata for statement execution and explicit materialization.
- [Tursox.Statement](Tursox.Statement.md): A real prepared statement owned by one `Tursox.Connection`.
- [Tursox.Telemetry](Tursox.Telemetry.md): Redacted telemetry helpers.
- [Tursox.Transaction](Tursox.Transaction.md): Rollback-safe direct transaction operations and bounded whole-callback retry.

- Exceptions
  - [Tursox.Error](Tursox.Error.md): Stable, redacted error returned by Tursox operations.

