Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

postgression

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postgression

  • 0.0.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

ruby-postgression

A ruby client for the postgression API.

What is this?

This is a simple CLI app that talks to the postgression public API, and generates a temporary PostgreSQL database for usage in your test code (or just general messing around).

postgression databases are automatically deleted after 30 minutes. No information is logged by the service.

Installation

You can install postgression using RubyGems:

$ gem install postgression

Usage

Once you've got postgression installed, you can generate a new PostgreSQL database by running postgression... like so:

$ postgression
postgres://user:password@host:port/db

Each time you run postgression, you'll get a new PostgreSQL database provisioned for usage.

If for some reason a database can't be provisioned, an error will be returned.

FAQs

Package last updated on 18 Jan 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc