Sample Data Dump - Postgres Data Store

This gem provides:

  • A PostgreSQL data storage gateway for the sample_data_dump gem

Usage

See the sample_data_dump README for more instructions.

settings = SampleDataDumpPostgresDataStore::Settings.new(your_settings)
SampleDataDumpPostgresDataStore::Gateway.new(settings)

Installation

Add this line to your application's Gemfile:

gem 'sample_data_dump_postgres_data_store', git: '[email protected]:tricycle/sample_data_dump_postgres_data_store.git'

And then execute:

$ bundle install