Ask HN: Is there an ORM as good as SQLAlchemy for TypeScript yet?

4 points by rattray ↗ HN
I've seen TypeORM, slonik, sequelize-typescript. TypeORM seems the most widely used, but looks a little Java-like and has over 1800 open issues. SQLAlchemy has a tenth as many.

Has anyone used a SQL library with TS and found it to be highly robust, powerful, ergonomic, and well-typed?

5 comments

[ 3.1 ms ] story [ 24.1 ms ] thread
ORMs are something the Node community has never figured out, even almost ten years later.
This is true for Go ecosystem too.
I have come across several but used none (not really a Node developer so no reason to try any). Are they all just not up to snuff or something?