Comparing version 2.0.0 to 2.0.1
@@ -92,2 +92,5 @@ /* UNIQORM | ||
}).then(ret => { | ||
/* istanbul ignore next */ | ||
if (!(ret && ret.rows)) return; | ||
let a; | ||
@@ -121,2 +124,5 @@ for (const row of ret.rows) { | ||
}).then(ret => { | ||
/* istanbul ignore next */ | ||
if (!(ret && ret.rows)) return; | ||
for (const row of ret.rows) { | ||
@@ -147,2 +153,5 @@ const tbl = getTbl(row.table_name); | ||
}).then(ret => { | ||
/* istanbul ignore next */ | ||
if (!(ret && ret.rows)) return; | ||
for (const row of ret.rows) { | ||
@@ -182,2 +191,5 @@ const tbl = getTbl(row.table_name); | ||
}).then(ret => { | ||
/* istanbul ignore next */ | ||
if (!(ret && ret.rows)) return; | ||
for (const row of ret.rows) { | ||
@@ -184,0 +196,0 @@ const tbl = getTbl(row.table_name); |
{ | ||
"name": "uniqorm", | ||
"description": "Multi dialect and multi schema ORM framework for enterprise level NodeJS applications", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"author": "Panates Ltd.", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
@@ -10,3 +10,2 @@ # Uniqorm | ||
[![DevDependencies][devdependencies-image]][devdependencies-url] | ||
[![Package Quality][quality-image]][quality-url] | ||
@@ -20,7 +19,9 @@ ## About Uniqorm | ||
- Can work with any dialect that SQB[https://github.com/panates/sqb] supports | ||
- Can work with any dialect that [SQB](https://github.com/panates/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. | ||
- Support latest JavaScript language standards | ||
- Supports latest JavaScript language standards | ||
@@ -37,4 +38,4 @@ | ||
[npm-url]: https://npmjs.org/package/uniqorm | ||
[travis-image]: https://img.shields.io/travis/panates/uniqorm/master.svg | ||
[travis-url]: https://travis-ci.org/panates/uniqorm | ||
[travis-image]: https://travis-ci.org/panates/uniqorm.svg?branch=master | ||
[travis-url]: https://travis-ci.org/panates/uniqorm# | ||
[coveralls-image]: https://img.shields.io/coveralls/panates/uniqorm/master.svg | ||
@@ -41,0 +42,0 @@ [coveralls-url]: https://coveralls.io/r/panates/uniqorm |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
50
1
82353
31
2713