You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeORM is an Object Relational Mapper (ORM) for node.js written in TypeScript that can be used with TypeScript or JavaScript (ES5, ES6, ES7). Its goal to always support latest JavaScript features and provide features that help you to develop any kind of applications that use database - from small applications with a few tables to large scale enterprise applications.
412
+
TypeORM is an Object Relational Mapper (ORM) for node.js written in TypeScript that can be used with TypeScript or JavaScript (ES5, ES6, ES7). Its goal to always support latest JavaScript features and provide features that help you to develop any kind of applications that use database - from small applications with a few tables to large scale enterprise applications.
@@ -464,4 +464,61 @@ Apollo Client can be used in any JavaScript frontend where you want to use data
464
464
With PostGraphQL, you can access the power of PostgreSQL through a well designed GraphQL server. PostGraphQL uses PostgreSQL reflection APIs to automatically detect primary keys, relationships, types, comments, and more providing a GraphQL server that is highly intelligent about your data.
465
465
466
466
467
-
### <fontcolor='00A2E8'>**>>>[Inversif
467
+
### <fontcolor='00A2E8'>**>>>[InversifyJS](https://github.com/inversify/InversifyJS) - An isomorphic dependency injection library.**</font>
468
+
469
+
InversifyJS is an inversion of control library that works in both front-end and
470
+
back-end applications. InversifyJS is framework agnostic and can be integrated with
471
+
many existing frameworks like React applications powered by MobX or Node.js
472
+
applications powered by express.
473
+
474
+
InversifyJS is particularly well integrated with Express thanks to the
0 commit comments