Command Palette
Search for a command to run
Command Palette
Search for a command to run

turso-existing

✓ Relevant

Integrate Drizzle ORM with Turso Cloud in existing project: install @libsql/client, set TURSO_DATABASE_URL and TURSO_AUTH_TOKEN env vars, configure drizzle.config.ts with turso dialect, introspect existing database, connect via drizzle({ connection: { url, authToken } }) or drizzle({ client }), query with db instance.