codu-code / codu

Codú's open-source codebase. A space for coders. Visit our community!
https://codu.co/
Apache License 2.0
119 stars 91 forks source link

Migrate tRPC endpoints to Drizzle #827

Open NiallJoeMaher opened 3 months ago

NiallJoeMaher commented 3 months ago

Expected Behavior

We are trying to move from Prisma to Drizzle and have started to migrate. There are a tonne of endpoints that need to be migrated to Drizzle.

If you want to take an endpoint, just let me know which one is below, and you can take it.

One PR per endpoint, please, since it'll make it easy to test. 🧪

github-actions[bot] commented 3 months ago

Hello @NiallJoeMaher, thanks for opening your first issue! your contribution is valuable to us. The maintainers will review this issue and provide feedback as soon as possible.

JohnAllenTech commented 3 months ago

I looked into some of these previously. Drizzle and Prismas query API dont overlap completely unfortunately. Are you happy with the querys being recreated in standard SQL?

JohnAllenTech commented 3 months ago

Prisma VS Drizzle docs https://www.prisma.io/docs/orm/more/comparisons/prisma-and-drizzle#:~:text=Drizzle%20exposes%20the%20underlying%20filter,by%20looking%20at%20string%20filters.

Its from Prisma so I assume theres pros aswell