Not necessarily! Supabase alone can handle many tasks efficiently, but when we dive into more complex logic-like building out a robust content creation system-the combination of Drizzle with tRPC shines. These tools streamline development, offering strong type safety across all files, which means fewer errors and a smoother, more scalable experience. In the long run, they can really elevate both the efficiency and reliability of the codebase.
Cool! It seems that using drizzle and trpc is a better choice than just use the supabase javascript SDK?
Not necessarily! Supabase alone can handle many tasks efficiently, but when we dive into more complex logic-like building out a robust content creation system-the combination of Drizzle with tRPC shines. These tools streamline development, offering strong type safety across all files, which means fewer errors and a smoother, more scalable experience. In the long run, they can really elevate both the efficiency and reliability of the codebase.
@@SamThoyre Thank you so much, very informative reply.
you have a vector on drizzle-orm.... why did you create your own ?
Ah! Oversight on my part, you're totally right!