@eredzik/dsc-sst-utils
v1.1.6
Published
```bash npm install @eredzik/dsc-sst-utils ```
Downloads
771
Readme
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