Fil
Fil
DTDrizzle Team
Created by Fil on 3/13/2024 in #help
Drizzle ORM not updating type
No description
1 replies
DTDrizzle Team
Created by Fil on 9/14/2023 in #help
Having Issues Pushing Database Schema
Hi I am getting this issue whenever I am trying to push the database schema. Any help would be greatly appreciated.
❯ pnpm drizzle-kit push:mysql --schema=./Database/schema.ts
drizzle-kit: v0.19.13
drizzle-orm: v0.28.6

Invalid input Only "mysql2" is available options for "--driver"
❯ pnpm drizzle-kit push:mysql --schema=./Database/schema.ts
drizzle-kit: v0.19.13
drizzle-orm: v0.28.6

Invalid input Only "mysql2" is available options for "--driver"
11 replies
DTDrizzle Team
Created by Fil on 5/10/2023 in #help
InArray Function not Working
Why is the drizzle Function inArray mapping my array from ['1ed01d30-d16d-4b8f-b5d0-01b2a5d94d13', '37fdf74f-4069-4eab-8eee-5ad282c66667'] to (('1ed01d30-d16d-4b8f-b5d0-01b2a5d94d13', '37fdf74f-4069-4eab-8eee-5ad282c66667')) the Double brackets are messing everything up what is goin on
19 replies