Is there an ORM as good as SQLAlchemy for TypeScript yet?
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?