1.1.5 • Published 9 months ago

@eredzik/dsc-sst-utils v1.1.5

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

Usage

npm install @eredzik/dsc-sst-utils
import { getNewPgDatabase } from "@eredzik/dsc-sst-utils";

const db = getNewPgDatabase({
  host: "localhost",
  port: 5432,
  username: "postgres",
  password: "postgres",
  prefix: "my-db",
  stage: "dev",
});

# Publishing

```bash
pnpm build
pnpm publish --access public
1.1.5

9 months ago

1.1.4

10 months ago

1.1.3

10 months ago

1.1.2

10 months ago

1.1.1

10 months ago

1.1.0

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago