estk-snapshots-pg
TypeScript icon, indicating that this package has built-in type declarations

0.0.8 • Public • Published
  import { PostgresSnapshotStorage } from 'estk-snapshots-pg';
  import { PostgresClient } from 'estk-pg';

  const client = await PostgresClient({
    url: process.env.DATABASE_URL
  });

  const Widget = PostgresSnapshotStorage({ client, tableName: 'widget' + Date.now() });

Readme

Keywords

none

Package Sidebar

Install

npm i estk-snapshots-pg

Weekly Downloads

0

Version

0.0.8

License

MIT

Unpacked Size

3.96 kB

Total Files

6

Last publish

Collaborators

  • davidmfoley