Tjark
Tjark
DTDrizzle Team
Created by Tjark on 9/14/2023 in #help
syntax highlighting not working
I read something about drizzle having its own, thats why asked here
5 replies
DTDrizzle Team
Created by Tjark on 9/14/2023 in #help
syntax highlighting not working
No description
5 replies
DTDrizzle Team
Created by Tjark on 9/13/2023 in #help
Relational query builder in mysql?
I found a solution in some post here in discord by using differen search querys. declaring it this way works: export const db = drizzle(client, { schema: schema, mode: 'default' });
9 replies
DTDrizzle Team
Created by Tjark on 9/13/2023 in #help
Relational query builder in mysql?
Okay its still throwing ts errors but it works if I just Ignore them
9 replies
DTDrizzle Team
Created by Tjark on 9/13/2023 in #help
Relational query builder in mysql?
I just assumed there has to be another way
9 replies
DTDrizzle Team
Created by Tjark on 9/13/2023 in #help
Relational query builder in mysql?
Argument of type '{ schema: typeof schema; }' is not assignable to parameter of type 'MySql2DrizzleConfig<typeof import("d:/SvelteKit/pidbinfo-next/src/lib/server/schema")> | undefined'.
9 replies
DTDrizzle Team
Created by Tjark on 9/13/2023 in #help
Relational query builder in mysql?
yes, but this part is throwing errors: const db = drizzle(client, { schema });
9 replies