Skip to content

Commit b3b10f5

Browse files
authored
Merge pull request #419 from cmgriffing/patch-1
fix: update dialect for turso tutorial
2 parents 001e8bb + 9994f77 commit b3b10f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/content/documentation/docs/tutorials/drizzle-with-db/drizzle-with-turso.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,7 @@ config({ path: '.env' });
151151
export default defineConfig({
152152
schema: './src/db/schema.ts',
153153
out: './migrations',
154-
dialect: 'sqlite',
155-
driver: 'turso',
154+
dialect: 'turso',
156155
dbCredentials: {
157156
url: process.env.TURSO_CONNECTION_URL!,
158157
authToken: process.env.TURSO_AUTH_TOKEN!,

0 commit comments

Comments
 (0)