t3-oss / create-t3-turbo

Clean and simple starter repo using the T3 Stack along with Expo React Native
https://turbo.t3.gg
MIT License
4.56k stars 382 forks source link

Drizzle that bad ? #874

Closed romain-sen closed 8 months ago

romain-sen commented 8 months ago

We are starting a new project (mobile app) and we want to try this stack with create-t3-turbo.

We had planned to use Supabase with Prisma, but with this stack it's Drizzle. Why not if in the end it's the same functionalities and performance, but I'm not reassured by the product when on their official site, the comments are negative... Is it just a joke, a bad advertising or is Drizzle really that bad?

image
dBianchii commented 8 months ago

I will say I laughed out lout reading this. Maybe we should make a collection of such comments It's just drizzle marketing, as you said. It's not bad marketing, it's just genius IMO. You can also see how their twitter looks: https://twitter.com/DrizzleORM

Drizzle is awesome and you can totally use it! If you want you can checkout my example of how to setuo create-t3-trubo with prisma https://github.com/dBianchii/kodix-turbo

romain-sen commented 8 months ago

I will say I laughed out lout reading this. Maybe we should make a collection of such comments It's just drizzle marketing, as you said. It's not bad marketing, it's just genius IMO. You can also see how their twitter looks: https://twitter.com/DrizzleORM

I laughed too, but then I remembered I had to present this stack to my client and I wanted to be sure it was all marketing. Thanks !

Drizzle is awesome and you can totally use it! If you want you can checkout my example of how to setuo create-t3-trubo with prisma https://github.com/dBianchii/kodix-turbo

I'll be sure to take a look at it too!

psycho-baller commented 7 months ago

Fell into the same trap few months ago and actually made an issue in drizzle

Anyways I've been loving my drizzle experience so far. I even convinced my team in IBM to move from Prisma to Drizzle

dBianchii commented 7 months ago

Fell into the same trap few months ago and actually made an issue in drizzle

Anyways I've been loving my drizzle experience so far. I even convinced my team in IBM to move from Prisma to Drizzle

It's starting to dawn on me I might need to change to drizzle as well. What made you switch?

noxify commented 7 months ago

What made you switch?

I'm too lazy to port the turbo repo back to prisma and change everything 🙈

Currently I do not use it in production at work, but the time will come.