Documentation Index
Fetch the complete documentation index at: https://docs.turso.tech/llms.txt
Use this file to discover all available pages before exploring further.
Limitations
Turso Cloud is compatible with most SQLite features, but there are some known limitations to be aware of — especially if you’re migrating from vanilla SQLite.Pragma statements
Some SQLite pragma statements behave differently on Turso Cloud or are not supported.| Pragma | Notes |
|---|---|
user_version | Read-only on Turso Cloud. Use a _schema_version table instead to track schema migrations. |
application_id | Read-only on Turso Cloud. Use a _metadata table instead to store application identifiers. |
busy_timeout | Not supported. Turso Cloud manages concurrency internally, so setting a busy timeout has no effect. |
journal_mode | Not supported. Turso Cloud manages journaling internally and does not allow changing the journal mode. |