typeorm
TypeORM is an ORM that can run in Node.js, Browser, Cordova, PhoneGap, Ionic, React Native, NativeScript, Expo, and Electron platforms and can be used with TypeScript and JavaScript (ES5, ES6, ES7, ES8). It supports many SQL databases and MongoDB. TypeORM focuses on providing a tight integration with TypeScript, offering decorators and other TypeScript features. Compared to @prisma/engines, TypeORM provides a more flexible approach to database management, especially for applications heavily relying on TypeScript.