Thanks for the awesome video on Prisma Postgres, Hitesh! I work at Prisma so quickly want to address your main points. *Pricing* : We're working on making that clearer and will have an updated pricing page in the next few days. *Using another ORM (e.g. Drizzle)* : Not yet, but very soon! You can find also more details about this in the blog post we published yesterday and in our docs!
Check out our launch blog post to see how Prisma Postgres is different. (We use a fundamentally different architecture than the others that avoids cold starts and allows us to offer a really generous free tier).
Hey there! I think one of the major differences of Supabase and Prisma Postgres (PPG) are that PPG doesn't have cold starts and also offers a really generous free tier. That's because the underlying architecture we designed for PPG is quite unique in how efficient it is (we're using unikernels and microVMs). You can read all the details about this in our launch article on the Prisma blog 🙌
300 compute hours of Neondb is not a lot though, (especially not 60hrs for free tier) if you use sth like db session auth. If you get like one db request every 15 min, it will exhaust that 60 hours in like 300 db calls if you are unlucky. It may not even last you full month just using it for development. For development purpose, the 60k queries of Prisma postgres seems better but I don't know about that 1kb/query though.