import { defineConfig } from "drizzle-kit"
export default defineConfig({
schema: "/src/db/schema.ts",
out: "/src/db/migrations",
driver: "pg", // does not exist
// the only ones that are an option are: "aws-data-api", "d1-http", "expo", "turso"
})
import { defineConfig } from "drizzle-kit"
export default defineConfig({
schema: "/src/db/schema.ts",
out: "/src/db/migrations",
driver: "pg", // does not exist
// the only ones that are an option are: "aws-data-api", "d1-http", "expo", "turso"
})