Replies: 2 comments 14 replies
-
hey, @balupton I've wrote a couple of short articles [1, 2] about our philosophy of development tools for developers. As of upcoming priorities:
In term of minor short term improvements - we're implementing next version of |
Beta Was this translation helpful? Give feedback.
-
I see a clear win in terms of TypeScript integration over Prisma. But what are your advantages over something like Kysely? They have tons of adapters as well and you query syntax is very similar. Are there any benefits to migrate existing projects from Kysely currently? Also I see you have first class support for Zod. Do you plan to support other validation libraries? I personally like superstruct which is a faster simpler smaller alternative to Zod that also has a first class support from tRPC. |
Beta Was this translation helpful? Give feedback.
-
How does Drizzle position itself against other stack choices?
Context...
For myself, I'm primarily a devops dev the past 10 years, and need to get back into web site and app frameworks; I've built a few tiny apps over the years on cloudflare workers and kv, such as a billing an invoicing system a few years ago, however have spent a week researching my modern options... seems it is astro for web sites, remix for web apps; however for database, ideally I'd like to keep the entire stack cloudflare native, for performance, capability, and affordability reasons.... ideally there would be an orm + headless-crm + api-generator combo for cloudflare, but that combo isn't there yet, so been evaluating prisma, planetscale, fauna, kysely, trpc; and now found drizzle, which seems great, and meets my requirements for selecting cloudflare. Fauna has great features, however its pricing has always been the bottleneck for me.
I do imagine however that prisma will eventually bring out d1 support in a year or two, in which case, what is drizzle's plan or positioning then?
kysely also seems to be the most similar project to drizzle right now, so also wondering about that
Beta Was this translation helpful? Give feedback.
All reactions