Skip to content

Allow overriding Promise library #265

@NotBobTheBuilder

Description

@NotBobTheBuilder

Currently the when Promise library is hardcoded. A useful feature might be to allow overriding this when requiring, in case the implementer has a preference for another promise library.

For example, the pg-promise library achieves this with the pattern: require('pg-promise')({promiseLib: require('bluebird')})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions