Sha256: 522a8b157c7546335572793caddcb03441a052381f4ce5a66f917efb51dc1a0b
Contents?: true
Size: 412 Bytes
Versions: 21
Compression:
Stored size: 412 Bytes
Contents
require 'flydata/source/data_entry' module Flydata module SourceOracle class DataEntry < Source::DataEntry CONFIG_PARAMS = { oracle_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
21 entries across 21 versions & 1 rubygems