We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 001e8bb + 9994f77 commit b3b10f5Copy full SHA for b3b10f5
src/content/documentation/docs/tutorials/drizzle-with-db/drizzle-with-turso.mdx
@@ -151,8 +151,7 @@ config({ path: '.env' });
151
export default defineConfig({
152
schema: './src/db/schema.ts',
153
out: './migrations',
154
- dialect: 'sqlite',
155
- driver: 'turso',
+ dialect: 'turso',
156
dbCredentials: {
157
url: process.env.TURSO_CONNECTION_URL!,
158
authToken: process.env.TURSO_AUTH_TOKEN!,
0 commit comments