Sha256: 79205e5f9506640844c6c2817543b519e66801d667362330523b5f97cee1391f

Contents?: true

Size: 413 Bytes

Versions: 2

Compression:

Stored size: 413 Bytes

Contents

require 'flydata/source/data_entry'

module Flydata
module SourceMysql

class DataEntry < Source::DataEntry
  CONFIG_PARAMS = {
    mysql_data_entry_preference: {
      database: {},
      tables: {},
      tables_append_only: {},
      pk_override: {},
      host: {},
      port: {},
      username: {},
      password: {encrypted: true},
      ssl_ca_content: {},
      ssl_cipher: {},
    },
  }
end

end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
flydata-0.7.5 lib/flydata/source_mysql/data_entry.rb
flydata-0.7.4 lib/flydata/source_mysql/data_entry.rb