Giter Site home page Giter Site logo

valiulab / objectionjs-relationship Goto Github PK

View Code? Open in Web Editor NEW
9.0 9.0 1.0 158 KB

ObjectionJs Relationship facade to make relationship mapper easier

License: MIT License

TypeScript 99.51% JavaScript 0.49%
framework nodejs objectionjs orm relationships typescript

objectionjs-relationship's People

Contributors

ralcorta avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

valiulab-core

objectionjs-relationship's Issues

Derive relationshipMappings using SubClass

Hello,

The package does not appear to work where the classes being used extend a higher base model. For example, I have the following hierarchy:

export class Employee extends PayrollBaseModel { ... }

export class PayrollBaseModel extends Model { ... }

This becomes necessary in my case because my application is multi-db, and the PayrollBaseModel is bound to a knex instance pointing to the Payroll DB.

   static relationMappings = new ModelRelationshipFacade(Employee)
        .belongsToOne(Department)
        .getRelationships(); 

Attempting to use your package in the Employee class - say to the Department class - complains that type of Employee cannot be assigned to ModelClass. In this case Employee and Department both extend PayrollBaseModel.

Argument of type 'typeof Employee' is not assignable to parameter of type 'ModelClass'. The types of 'QueryBuilder.forClass' are incompatible between these types.

Using the regular relationshipMapping works as expected.

How do I get around this?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.