Skip to content
This repository has been archived by the owner on Oct 10, 2019. It is now read-only.

Latest commit

 

History

History
71 lines (63 loc) · 3.89 KB

index.md

File metadata and controls

71 lines (63 loc) · 3.89 KB
layout
homepage

NPM version Chat on slack Downloads Dependency Status Build Status Coverage Status Maintainability

MikroORM is TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns.

Currently it supports MongoDB, MySQL, MariaDB, PostgreSQL and SQLite databases, but more can be supported via custom drivers right now. It has first class TypeScript support, while staying back compatible with Vanilla JavaScript.

Heavily inspired by Doctrine and Nextras Orm.

Table of contents

Articles

  • Introducing MikroORM, TypeScript data-mapper ORM with Identity Map
  • Handling transactions and concurrency in MikroORM