An Ember.js deploy plugin that uploads the built index.html to a PostgreSQL database. Version 0.0.4, last release unknown (likely abandoned). Thin wrapper around ember-cli-deploy-mysql, requires ember-cli-deploy-build and ember-cli-deploy. Limited configuration options vs alternatives like ember-cli-deploy-redis or ember-cli-deploy-s3. Not actively maintained; use with caution.
npm install ember-cli-deploy-postgresNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to configure the plugin with environment variables for PostgreSQL connection.
Consider using ember-cli-deploy-mysql directly or switch to a maintained plugin like ember-cli-deploy-redis.
Use ENV.postgres = { ... } in deploy.js.Run 'ember install ember-cli-deploy-build' and configure build plugin.
Use additional deploy plugins for assets (e.g., ember-cli-deploy-s3).
Set ENV.postgres = { ... } directly, without wrapping in function.Run 'ember install ember-cli-deploy-postgres'.
Ensure Node >= 4.2.0 and pg is installed.