Multi dialect and multi schema ORM framework for enterprise level NodeJS applications


Keywords
javascript, framework, orm, sql, database, oracle, postgres, pg, sqlite
License
MIT
Install
npm install uniqorm@2.22.0

Documentation

Uniqorm

NPM Version NPM Downloads Build Status Test Coverage

Dependencies DevDependencies

About Uniqorm

Uniqorm is an multi dialect and multi schema ORM framework for enterprise level NodeJS applications;

Main features

  • Can work with any dialect that SQB supports
  • Supports multi schemas
  • Supports One2One, One2Many, Many2Many associations
  • Supports reading DBms metadata and importing model schemas
  • Helps keeping server resources with "use-resources-on-demand" feature.
  • Offers very high performance for graph queries.
  • Supports latest JavaScript language standards

Node Compatibility

  • node >= 6.x;

License

MIT