How to use the @fullstack-one/db.DbGeneralPool function in @fullstack-one/db

To help you get started, we’ve selected a few @fullstack-one/db examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github fullstack-build / fullstack-one / packages / auth / dist / index.js View on Github external
    __param(0, di_1.Inject((type) => db_1.DbGeneralPool)),
    __param(1, di_1.Inject((type) => server_1.Server)),
github fullstack-build / fullstack-one / packages / queue / dist / index.js View on Github external
    __param(2, di_1.Inject((type) => db_1.DbGeneralPool)),
    __param(3, di_1.Inject((type) => config_1.Config)),
github fullstack-build / fullstack-one / packages / auth / dist / auth / lib / index.js View on Github external
    __param(0, di_1.Inject(type => db_1.DbGeneralPool)),
    __param(1, di_1.Inject(type => server_1.Server)),
github fullstack-build / fullstack-one / packages / graphql / dist / index.js View on Github external
    __param(5, di_1.Inject((type) => db_1.DbGeneralPool)),
    __metadata("design:paramtypes", [Object, Object, Object, Object, Object, Object])
github fullstack-build / fullstack-one / packages / graceful-shutdown / dist / index.js View on Github external
    __param(4, di_1.Inject((type) => db_1.DbGeneralPool)),
    __param(5, di_1.Inject((type) => config_1.Config)),
github fullstack-build / fullstack-one / packages / file-storage / dist / index.js View on Github external
    __param(1, di_1.Inject((type) => db_1.DbGeneralPool)),
    __param(2, di_1.Inject((type) => server_1.Server)),