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