Prisma
Prisma is an open-source ORM that simplifies data modeling, migrations, and data access in Node.js and TypeScript. It makes it easier to ensure data consistency by providing an easy-to-read schema and a type-safe database client with auto-completion for all queries.
Prisma supports the following databases: PostgreSQL, MySQL, SQL Server, SQLite, CockroachDB and MongoDB.
Get started in minutes with a new or existing database at prisma.io