Ask HN: Is there an ORM as good as SQLAlchemy for TypeScript yet?
3 comments
Unfortunately, no. TypeORM is as good as it gets in Nodejs ecosystem. Also if you choose it, read this pinned issue first: https://github.com/typeorm/typeorm/issues/3267
Have you tried Prisma?
Has anyone used a SQL library with TS and found it to be highly robust, powerful, ergonomic, and well-typed?