From cae520d4b3f877308443a07fc690382a44be8a97 Mon Sep 17 00:00:00 2001 From: Mehdi Hasan Khan Date: Thu, 3 May 2018 23:40:53 +0600 Subject: [PATCH] Add TypeORM (#760) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 9cdc949..e4cf607 100644 --- a/readme.md +++ b/readme.md @@ -626,6 +626,7 @@ - [firenze](https://github.com/fahad19/firenze) - Adapter-based ORM for MySQL, Memory, Redis, localStorage and more. - [pg-promise](https://github.com/vitaly-t/pg-promise) - PostgreSQL framework for native SQL using promises. - [Objection.js](https://github.com/Vincit/objection.js) - Lightweight ORM built on the SQL query builder Knex. + - [TypeORM](https://github.com/typeorm/typeorm) - ORM for PostgreSQL, MariaDB, MySQL, SQLite, and more. - Query builder - [Knex](http://knexjs.org) - Query builder for PostgreSQL, MySQL and SQLite3, designed to be flexible, portable, and fun to use. - Other