ulic
ulic
DTDrizzle Team
Created by NoBody on 9/28/2023 in #help
Multiple Schema | is not assignable to type 'PostgresJsDatabase'.
I'm new to drizzle but I don't think you need to spread the schema there at the end. Just drizzle(client, schema)
8 replies
DTDrizzle Team
Created by Hegar on 7/2/2023 in #help
Typescript path alias not working properly
@poisnfang huzzah! That is fantastic. Thank you so much.
13 replies
DTDrizzle Team
Created by imoby on 9/19/2023 in #help
Best practice on running migrations
and what did you change in your tsconfig?
16 replies
DTDrizzle Team
Created by Hegar on 7/2/2023 in #help
Typescript path alias not working properly
pnpm drizzle-kit generate:mysql
13 replies
DTDrizzle Team
Created by Hegar on 7/2/2023 in #help
Typescript path alias not working properly
I guess it's specifically a drizzle-kit thing as the bundler isn't doing anything for migration generation
13 replies
DTDrizzle Team
Created by Hegar on 7/2/2023 in #help
Typescript path alias not working properly
I'm using vite with tsconfigPaths, but admittadly don't know much about that stuff. The issue I'm having is when trying to generate migrations and the schema uses path alias for importing consts.
13 replies
DTDrizzle Team
Created by Hegar on 7/2/2023 in #help
Typescript path alias not working properly
Ever find a solution other than relative imports?
13 replies