HackerTrans
トップ新着トレンドコメント過去質問紹介求人

smrth

no profile record

投稿

[untitled]

1 ポイント·投稿者 smrth·昨年·0 コメント

Ask HN: Why don't more startups use API gateways?

3 ポイント·投稿者 smrth·昨年·1 コメント

コメント

smrth
·3 年前·議論
SQL Server should do just fine. I use Vitess (MySQL hosted on PlanetScale) with Prisma for my Next app, https://debate.land. It works just fine with scale, but I have found myself turning to writing some raw SQL queries to optimize performance/run some nuanced aggregations that Prisma doesn't seem to have a way to handle. If I had to do it again, I'd probably use https://drizle.team. Seems to be a more performant ORM. But for getting started, either will suffice.