BabaYaga
Explore posts from serversDTDrizzle Team
•Created by BabaYaga on 8/24/2023 in #help
drizzle-zod doesn't work with Array in pg
I'm using
drizzle-orm
, drizzle-kit
& drizzle-zod
in my application. One of my schema looks like following:
The schema works fine when I push, safety_health_sources
is created as an array (No issues till this point)
I create zod
schema as well, like following:
and when I do:
6 replies
DTDrizzle Team
•Created by BabaYaga on 7/15/2023 in #help
[Solved] Transforming const to the configured target environment ("es5") is not supported yet
So I had a old project, and I copied the
DATABASE_URL
and on created a basic drizzle project and drizzle.config.ts
I got a schema created.
Now, I copied the schema.ts
file and pasted it into my new (second/another) project. I ran npx drizzle-kit generate:pg
but I got the error Transforming const to the configured target environment ("es5") is not supported yet
55 times (55 is the number of tables that I have) 🥹
PLS HELP2 replies
TTCTheo's Typesafe Cult
•Created by BabaYaga on 3/25/2023 in #questions
Using Mantine instead of Tailwind gives useInsertionEffect Error
5 replies
TTCTheo's Typesafe Cult
•Created by BabaYaga on 1/28/2023 in #questions
Failed to load next.config.mjs
When I run my T3 App, It shows Failed to load
next.config.mjs
2 replies