What is typeorm?
"Data-Mapper ORM for TypeScript and ES2021+. Supports MySQL/MariaDB, PostgreSQL, MS SQL Server, Oracle, SAP HANA, SQLite, MongoDB databases."
typeorm is used to facilitate high-performance Node.js workflows. It provides a robust footprint of 19.8 MB on disk.
Installation Guide
# Install via NPM
npm install typeorm
# Install via Yarn
yarn add typeorm