@realhealth/rhb-knex

Wrapper for Knex.js and PostgreSQL

Usage no npm install needed!

<script type="module">
  import realhealthRhbKnex from 'https://cdn.skypack.dev/@realhealth/rhb-knex';
</script>

README

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