Sha256: 4066db6b7037d6f786713171099c028014a61bfaca8ee3afa7adc79dc9f9a026
Contents?: true
Size: 353 Bytes
Versions: 11
Compression:
Stored size: 353 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: {}, host: {}, username: {}, password: {encrypted: true}, schema: {}, } } end end end
Version data entries
11 entries across 11 versions & 1 rubygems