Replies: 1 comment
-
Drizzle doesn't yet have support for MsSql. Please see the open issue where this feature is being tracked. #585 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was trying with the following config but got nothing.
const dbCredentials ={
//all the credentials were given
}
//drizzle.config.ts
export default ({
schema: "./src/server/db/schema.ts",
out: "./drizzle",
driver: "mysql2",
dbCredentials,
verbose: true,
strict: true,
}) satisfies Config
Beta Was this translation helpful? Give feedback.
All reactions