0.1.10 • Published 7 years ago
@platform/fs.pg v0.1.10
Postgres backing store for a file-system like JSON document database.
Setup
yarn add @platform/fs.pgTesting
To run intergration tests ensure you have a postgres server on the default port (5432) running at:
host: localhost
database: testThen run:
yarn tior in watch mode:
yarn tddi

