Sha256: f34c7a5b246b414eb831149db05185dad07b2580aa24dc5a8130b036ccb589ab
Contents?: true
Size: 392 Bytes
Versions: 2
Compression:
Stored size: 392 Bytes
Contents
require 'flydata/source/data_entry' module Flydata module SourcePostgresql class DataEntry < Source::DataEntry CONFIG_PARAMS = { postgresql_data_entry_preference: { database: {}, tables: {}, tables_append_only: {}, pk_override: {}, host: {}, port: {}, username: {}, password: {encrypted: true}, schema: {}, } } end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
flydata-0.7.5 | lib/flydata/source_postgresql/data_entry.rb |
flydata-0.7.4 | lib/flydata/source_postgresql/data_entry.rb |