TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, MySQL, MariaDB, PostgreSQL and SQLite databases.
nodejs
javascript
mysql
typescript
orm
database
mongodb
sqlite
postgresql
entities
entity
sqlite3
datamapper
unit-of-work
identity-map
postgre
typescript-orm
-
Updated
Dec 21, 2021 - TypeScript
It seems to me that a Thing's
nameproperty should be ofnametype and notstringtype. This way thing's names would be matchable by the various comparison operations.Thoughts?