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