This is a storage connector for Shyft (currently only Postgres support)
With yarn:
yarn add shyft shyft-storage-connector
or using npm:
npm install -S shyft shyft-storage-connector
Typeorm is a peer dependency. Install it with:
yarn add typeorm
Run once:
yarn run test
Run in watch mode:
yarn run test-watch
Run once:
yarn run test-integration
Run in watch mode:
yarn run test-integration-watch