# @blitzm/aws-postgresql

> @blitzm/aws-postgresql is a typescript library for simplifying the process of creating a PostgreSQL instance in AWS RDS within a private of the passed in VPC

Latest version **0.4.1** (published 2024-04-16) · Blitzm license · 0 weekly downloads

## Install

```sh
npm install @blitzm/aws-postgresql
pnpm add @blitzm/aws-postgresql
yarn add @blitzm/aws-postgresql
bun add @blitzm/aws-postgresql
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.4.1 |
| Published | 2024-04-16 |
| First published | 2020-07-27 |
| Weekly downloads | 0 |
| License | Blitzm |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 16.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | tim-blitzm, blitzm-sean, blitzm-admin, blitzm-james |

## Links

- npm: https://www.npmjs.com/package/@blitzm/aws-postgresql
- npm.io page: https://npm.io/package/@blitzm/aws-postgresql

## Recent versions

- 0.4.1 (latest) — 2024-04-16
- 0.4.0 — 2024-04-16
- 0.3.1 — 2023-09-01
- 0.3.0 — 2023-06-01
- 0.2.0 — 2023-01-18
- 0.1.2 — 2022-08-04
- 0.1.1 — 2021-07-09
- 0.1.0 — 2020-07-27

## README

# Blitzm Cloud - AWS PostgreSql

@blitzm/aws-postgresql is a typescript library for simplifying the process of creating a PostgreSQL instance in AWS RDS within a private of the passed in VPC

## Installation

This package can be installed using [npm](https://www.npmjs.com/)

```bash
npm install --save --save-exact @blitzm/aws-postgresql
```

## Usage

```typescript
import { AWSPostgreSQL } from '@blitzm/aws-postgresql'

const db = new postgresql.AWSPostgreSQL("my-db", {
  // The VPC your cluster in
  vpc: vpc,
  instanceType: 'db.t2.micro',
  storageSizeGB: 20,
  });

```


## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## License

[Blitzm](https://www.blitzm.com.au)

---
_Source: https://npm.io/package/@blitzm/aws-postgresql · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
