- Connect to a remote Turso database
- Execute SQL queries using SQL over HTTP
@tursodatabase/serverless | @libsql/client | Raw HTTP | |
|---|---|---|---|
| Status | Production-ready | Production-ready | Always available |
| Dependencies | Uses only fetch — zero native dependencies | Requires Node.js or /web subpath | None (any HTTP client) |
| ORM support | Not yet supported | Drizzle, Prisma, and others | N/A |
@tursodatabase/serverless is the lightest option with zero native dependencies. Use @libsql/client if you need a battle-tested driver today with ORM integration.
- @tursodatabase/serverless
- @libsql/client
- Raw HTTP