1.3.0 • Published 4 years ago

@endb/postgres v1.3.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

@endb/postgres

PostgreSQL adapter for Endb

Installation

npm install @endb/postgres

Usage

const Endb = require('endb');
const endb = new Endb('postgresql://user:pass@localhost:5432/dbname');
const EndbPostgres = require('@endb/postgres');

const store = new EndbPostgres({
  uri: 'postgresql://user:pass@localhost:5432/dbname',
  table: 'cache',
});
const endb = new Endb({ store });
1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

0.1.0

4 years ago

1.0.0

4 years ago