Skip to content

Commit 57d3c05

Browse files
committed
docs: fix typo in dbCredentials.url to use correct protocol for MySQL
1 parent 118678a commit 57d3c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/drizzle-config-file.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ import { defineConfig } from 'drizzle-kit'
273273
export default defineConfig({
274274
dialect: "mysql",
275275
dbCredentials: {
276-
url: "postgres://user:password@host:port/db",
276+
url: "mysql://user:password@host:port/db",
277277
}
278278
});
279279
```

0 commit comments

Comments
 (0)