Charlie Lamb
Explore posts from serversDTDrizzle Team
•Created by Charlie Lamb on 10/19/2024 in #help
Drizzle folder schema
Thank you!
4 replies
DTDrizzle Team
•Created by Charlie Lamb on 8/22/2024 in #help
Can't run drizzle studio
Thank you, starter kit im using was last updated 4 months ago so woundn't be suprised if the config was out of date
13 replies
DTDrizzle Team
•Created by Charlie Lamb on 8/22/2024 in #help
Can't run drizzle studio
just defined my own drizzle schema and tried debugging why drizzle studio wasn't working, got some errors about drizzle kit being out of date and then drizzle orm
13 replies
DTDrizzle Team
•Created by Charlie Lamb on 8/22/2024 in #help
Can't run drizzle studio
Like 99% of the code is from https://t4stack.com/
13 replies
DTDrizzle Team
•Created by Charlie Lamb on 8/22/2024 in #help
Can't run drizzle studio
Nope all good
13 replies
DTDrizzle Team
•Created by Charlie Lamb on 8/22/2024 in #help
Can't run drizzle studio
import type { Config } from 'drizzle-kit'
export default {
schema: './src/db/schema.ts',
out: './migrations',
driver: 'd1',
dbCredentials: {
wranglerConfigPath: 'wrangler.toml',
dbName: 'production',
},
verbose: false,
strict: true,
} satisfies Config
13 replies
DTDrizzle Team
•Created by Charlie Lamb on 8/22/2024 in #help
Can't run drizzle studio
Hey! Yup, didn't work
13 replies