Effect CommunityEC
Effect Community8mo ago
7 replies
drek

Seeking Recommendations for Typesafe Database Interactions in Node.js Project

Hey, I'm starting a node project that exposes a REST API and interacts with a postgres database. I'll be using Effect, but I'm wondering if anyone has any recommendations of what to use to do typesafe interactions with the DB? I like Drizzle, but I don't think it's production-ready yet (correct me if I'm wrong). I'd also prefer to use queries instead of ORM. Anyone got any recommendations from production apps they're running?
Was this page helpful?