AlexDaniel
DTDrizzle Team
•Created by 𝓤𝓷𝓲𝓬 on 10/14/2024 in #help
Error with drizzle-kit push
@Firee sounds like it's unrelated to drizzle
14 replies
DTDrizzle Team
•Created by 𝓤𝓷𝓲𝓬 on 10/14/2024 in #help
Error with drizzle-kit push
my error did not look like yours though, @Sloperrrr, and it was more like the one in the OP
14 replies
DTDrizzle Team
•Created by 𝓤𝓷𝓲𝓬 on 10/14/2024 in #help
Error with drizzle-kit push
in my case I had package.json like this:
Then I did
pnpm install --dev
instead of pnpm install
and ended up with kit and no drizzle itself14 replies
DTDrizzle Team
•Created by 𝓤𝓷𝓲𝓬 on 10/14/2024 in #help
Error with drizzle-kit push
@Unic alright, actually, the issue was on my side. I was installing dev dependencies (with drizzle-kit) without installing drizzle itself (which was in regular dependencies). After installing everything, it is now working. So just install drizzle itself!
14 replies
DTDrizzle Team
•Created by 𝓤𝓷𝓲𝓬 on 10/14/2024 in #help
Error with drizzle-kit push
Same error. First time I see it 🤔
14 replies
DTDrizzle Team
•Created by html_extraordinaire on 10/5/2024 in #help
Lateral joins
I haven't found any workaround that'd allow it besides writing raw sql
6 replies
DTDrizzle Team
•Created by html_extraordinaire on 10/5/2024 in #help
Lateral joins
There's a PR for adding lateral joins from around one year ago: https://github.com/drizzle-team/drizzle-orm/pull/1079
I'm also waiting for it and I'm hopeful that it'll be merged for the next release
6 replies