-
As you can see on my source code:
import type { Config } from "drizzle-kit";
export default {
schema: "./src/db/schema/*",
out: "./src/db/migrations",
driver: "libsql",
dbCredentials: {
url: "file:./example.db",
},
} satisfies Config; Which |
Beta Was this translation helpful? Give feedback.
Answered by
kansson
Sep 11, 2023
Replies: 2 comments
-
I'm using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
otekdo
-
To use |
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
I'm using
better-sqlite
with this approach #1179 (comment).