# ember-cli-deploy-postgres

> Deploy your Ember.js index to Postgres

Latest version **0.0.4** (published 2016-03-14) · MIT license · 0 weekly downloads

## Install

```sh
npm install ember-cli-deploy-postgres
pnpm add ember-cli-deploy-postgres
yarn add ember-cli-deploy-postgres
bun add ember-cli-deploy-postgres
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.4 |
| Published | 2016-03-14 |
| First published | 2016-01-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 4.2.0 |
| Dependencies | 6 |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 3 |
| Author | William Skinner |
| Maintainers | weskinner |
| Keywords | ember-addon, ember-cli-deploy, ember-cli-deploy-plugin, postgres, postgresql, psql |

## Links

- npm: https://www.npmjs.com/package/ember-cli-deploy-postgres
- Repository: https://github.com/weskinner/ember-cli-deploy-postgres
- Homepage: https://github.com/weskinner/ember-cli-deploy-postgres#readme
- Issues: https://github.com/weskinner/ember-cli-deploy-postgres/issues
- npm.io page: https://npm.io/package/ember-cli-deploy-postgres

## Dependencies (6)

- [rsvp](https://npm.io/package/rsvp.md) ^3.1.0
- [pg-promise](https://npm.io/package/pg-promise.md) ^3.0.3
- [core-object](https://npm.io/package/core-object.md) ^1.1.0
- [promise-mysql](https://npm.io/package/promise-mysql.md) ^1.1.1
- [ember-cli-babel](https://npm.io/package/ember-cli-babel.md) ^5.1.5
- [ember-cli-deploy-plugin](https://npm.io/package/ember-cli-deploy-plugin.md) ^0.2.0

## Recent versions

- 0.0.4 (latest) — 2016-03-14
- 0.0.3 — 2016-01-25
- 0.0.2 — 2016-01-25
- 0.0.1 — 2016-01-22

## README

# ember-cli-deploy-postgres

> Deploy your Ember.js index to Postgres

A thin wrapper around [ember-cli-deploy-mysql](https://github.com/mwpastore/ember-cli-deploy-mysql)

## Quick Start

To get up and running quickly, do the following:

- Ensure [ember-cli-deploy-build][4] is installed and configured.

- Install this plugin:

```sh
$ ember install ember-cli-deploy-postgres
```

- Place the following configuration into `config/deploy.js`:

```javascript
ENV.postgres = {
  user: '<your-postgres-user>',
  password: '<your-postgres-password>',
  database: '<your-postgres-database>'
}
```

- Run the pipeline:

```sh
$ ember deploy <environment>
```

## Installation

Run the following command in your terminal:

```sh
ember install ember-cli-deploy-postgres
```

## Documentation

see [ember-cli-deploy-mysql](https://github.com/mwpastore/ember-cli-deploy-mysql) substituting "mysql" for "postgres"

[1]: https://github.com/lukemelia/ember-cli-deploy-lightning-pack "ember-cli-deploy-lightning-pack"
[2]: http://ember-cli.github.io/ember-cli-deploy/plugins "Plugin Documentation"
[3]: https://github.com/felixge/node-mysql "MySQL client"
[4]: https://github.com/ember-cli-deploy/ember-cli-deploy-build "ember-cli-deploy-build"
[5]: https://github.com/ember-cli/ember-cli-deploy "ember-cli-deploy"
[6]: https://github.com/ember-cli-deploy/ember-cli-deploy-revision-data "ember-cli-deploy-revision-data"
[7]: https://github.com/ember-cli-deploy/ember-cli-deploy-ssh-tunnel "ember-cli-deploy-ssh-tunnel"
[8]: https://github.com/ember-cli-deploy/ember-cli-deploy-redis "ember-cli-deploy-redis"

---
_Source: https://npm.io/package/ember-cli-deploy-postgres · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
