Sha256: 5d711c4f7fdbb9ac4c2183087b7b0f7e047fe7f60bb5a96afef2c6287973f906
Contents?: true
Size: 613 Bytes
Versions: 5
Compression:
Stored size: 613 Bytes
Contents
# 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](https://github.com/tricycle/sample_data_dump) for more instructions. ``` settings = SampleDataDumpPostgresDataStore::Settings.new(your_settings) SampleDataDumpPostgresDataStore::Gateway.new(settings) ``` ## Installation Add this line to your application's Gemfile: ```ruby gem 'sample_data_dump_postgres_data_store', git: 'git@github.com:tricycle/sample_data_dump_postgres_data_store.git' ``` And then execute: $ bundle install
Version data entries
5 entries across 5 versions & 1 rubygems