Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

chriskalmar/shyft-storage-connector

Repository files navigation

Shyft Storage Connector

Build Status npm version codecov


⚠️ This connector has been integrated fully into Shyft, thus this repo is being discontinued. Check out the new version of Shyft instead! ⚠️


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