Skip to main content

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.
If you’re using PRAGMA user_version to track schema migrations (common in vanilla SQLite), you’ll need to switch to a table-based approach on Turso Cloud: