shyft-storage-connector
v0.7.0
Published
Storage connector for Shyft
Downloads
18
Maintainers
Readme
Shyft Storage Connector
This is a storage connector for Shyft (currently only Postgres support)
Install
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
Unit Tests
Run once:
yarn run test
Run in watch mode:
yarn run test-watch
Integration Tests
Run once:
yarn run test-integration
Run in watch mode:
yarn run test-integration-watch