core icon indicating copy to clipboard operation
core copied to clipboard

NodeJS ORM

Results 18 core issues
Sort by recently updated
recently updated
newest added

Bumps [sinon](https://github.com/sinonjs/sinon) from 9.2.4 to 11.1.2. Changelog Sourced from sinon's changelog. 11.1.1 / 2021-05-26 Fix #2379 by using v7 of supports-color 11.1.0 / 2021-05-25 Add sinon.promise() implementation (#2369) Set wrappedMethod...

dependencies

Bumps [mocha](https://github.com/mochajs/mocha) from 8.4.0 to 9.0.3. Release notes Sourced from mocha's releases. v9.0.3 9.0.3 / 2021-07-25 :bug: Fixes #4702: Error rethrow from cwd-relative path while loading .mocharc.js (@​kirill-golovan) #4688: Usage...

dependencies

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

Is there any feature for mongo pipelines?

enhancement

Add support for Migration

enhancement
WIP
component - migration

Check if we can manage Relation cross connector

bug
enhancement
available for contribution
component - relation

Add API for manage reference on an instance.

enhancement
component - relation

I think if A ref A or A ref A twice All relations systems will broke. We probably need to throw an exception at least, and introduce a way to...

bug
available for contribution
component - relation

# Introduction Currently the ORM support direct link A ref B A.linkedWith B !! This issue is an idea to introduce more depth; A ref B B ref C A...

enhancement
available for contribution
component - relation

Add operator notLinkedWith (inverse of linkedWith) could be hard to do with a query as parameter, need to "load" everything to enforce that is not linked with; seems impossible...

enhancement
available for contribution
component - relation