CLI Reference
Command-Line Options
CLI flags, arguments, and server modes for the tursodb command
Set the output display format.
Redirect query output to a file instead of stdout.
Suppress the startup banner and version information.
Print each SQL statement before executing it. Useful for debugging scripts.
Select the Virtual File System backend.
Write internal log traces to a file. Useful for debugging and performance analysis.
Open the database in read-only mode. Write operations will return an error.
Start a Model Context Protocol server instead of the interactive shell. This allows AI assistants and other MCP clients to interact with the database via JSON-RPC.
Start a sync server for database replication, listening at the given address.
Was this page helpful?