Sha256: 599f70c2e1d52a9260d3782ac3e0733296d3d754d0092cff829ad70813a53f79

Contents?: true

Size: 369 Bytes

Versions: 3

Compression:

Stored size: 369 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: {},
      port: {},
      username: {},
      password: {encrypted: true},
      schema: {},
    }
  }
end

end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
flydata-0.7.2.1 lib/flydata/source_postgresql/data_entry.rb
flydata-0.7.2 lib/flydata/source_postgresql/data_entry.rb
flydata-0.7.1 lib/flydata/source_postgresql/data_entry.rb