1.1.2 • Published 6 years ago

@realhealth/rhb-knex v1.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

RealHealth: RDS Wrapper

This library wraps Knex.js and PostgreSQL with functions specific to RealHealth use.

Notes

When developing this module it is helpful to create a link to the project in the global node_modules directory. To do so run the following command:

sudo npm link

When working on a project that depends on this module, if you want to use the linked module created above, run the following command:

sudo npm link @realhealth/rhb-knex

To switch back to the published module run the following command:

sudo npm unlink @realhealth/rhb-knex