ORM for TypeScript and JavaScript (ES7, ES6, ES5). Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.
electron
javascript
mysql
typescript
react-native
orm
database
sap
sqlite
postgresql
oracle
mariadb
websql
typeorm
sap-hana
active-record
sqlserver
data-mapper
hacktoberfest
cockroachdb
-
Updated
Apr 2, 2022 - TypeScript
I have a sortKey that is a number enum:
When querying this particular GSI which uses the officeStatus value as a sortkey, typedorm returns no items when setting the value equal to 0. When setting to 1, I get the users with officeStatus = 1.
As a test, I changed the above enum to have values 1 and 2 and changed my test dat