> ## Documentation Index
> Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SQL (Beta) llms.txt

> Machine-readable documentation index for SQL (Beta) (Storage) — guide pages and API endpoints for AI agents and LLMs

# Telnyx Storage: SQL (Beta) — Documentation Index

> SQL (Beta) documentation within the Storage section of the Telnyx developer docs ([https://developers.telnyx.com](https://developers.telnyx.com)).
> Root index: [https://developers.telnyx.com/llms.txt](https://developers.telnyx.com/llms.txt) · Storage index: [https://developers.telnyx.com/development/llms/storage-llms-txt.md](https://developers.telnyx.com/development/llms/storage-llms-txt.md) · Full content for this subsection: [https://developers.telnyx.com/development/llms/storage-sql-llms-full-txt.md](https://developers.telnyx.com/development/llms/storage-sql-llms-full-txt.md)

## Get Started

* [SQL Databases](https://developers.telnyx.com/docs/edge-compute/sqldb.md): Telnyx SQL Databases are standalone SQLite databases for Edge Compute, shared by every function that binds them. Query one from TypeScript through the env binding, or from anywhere over the REST quer…
* [Quick Start](https://developers.telnyx.com/docs/edge-compute/sqldb/quick-start.md): Create a SQL database, apply a schema, bind it as env.DB in a TypeScript function, ship, then read the same data back from the CLI and the REST API.

## Concepts

* [How SQL Databases Work](https://developers.telnyx.com/docs/edge-compute/sqldb/concepts/how-sqldb-works.md): How Telnyx SQL Databases work: one primary per database, what that means for writes and consistency, and how prepare(), exec(), and batch() differ.
* [Migrations](https://developers.telnyx.com/docs/edge-compute/sqldb/migrations.md): Version a SQL database's schema with numbered .sql files applied by telnyx-edge storage sqldb migrations create, list --remote, and apply --remote, tracked in a sqldb\_migrations table inside the data…

## Reference

* [Overview](https://developers.telnyx.com/docs/edge-compute/sqldb/reference.md): The SQL Databases runtime API — the methods available on a bound database via env, plus the prepared-statement and result types they return.
* [SqlDatabase](https://developers.telnyx.com/docs/edge-compute/sqldb/reference/sql-database.md): The SQL Databases binding runtime API — prepare, bind, first, run, all, raw, batch, and exec on a bound database, with parameter conversion rules, result shapes, and error behavior.
* [CLI](https://developers.telnyx.com/docs/edge-compute/sqldb/cli.md): Manage Telnyx SQL databases from the terminal with the telnyx-edge CLI — create, list, get, and delete databases, run SQL with execute --remote, apply migrations, and generate binding types.
* [Limits](https://developers.telnyx.com/docs/edge-compute/sqldb/limits.md): Limits for Telnyx SQL databases: 1 GiB per database, 2 MiB per bound value, 32,766 bound parameters, a \~4 MiB SQL script and result-set ceiling, and name rules.
