Database Selection

Choose your database backend - same app code works on all!

Current database: {{ current_db.display_name }}

📁 SQLite {{ "Ready" if sqlite_available else "Not installed" }}

Local file database. No setup required.

🐘 PostgreSQL {{ "Driver ready" if postgres_available else "asyncpg not installed" }}

Production-ready relational database.

🦀 Turso Embedded {{ "pyturso ready" if turso_embedded_available else "pyturso not installed" }}

Rust-based SQLite with vector search. Local file database.

☁️ Turso Cloud {{ "libsql ready" if turso_cloud_available else "libsql not installed" }}

Edge-hosted SQLite. Great for serverless.

← Back to Todo App