Sha256: a63704125716f2e6ab1c24c1b9f98f6154506105e29f1f011fc42dede86c5f8b
Contents?: true
Size: 324 Bytes
Versions: 34
Compression:
Stored size: 324 Bytes
Contents
require 'flydata/plugin_support/context' require 'flydata-core/postgresql/source_pos' module Flydata module SourcePostgresql module PluginSupport class Context < ::Flydata::PluginSupport::Context register_mandatory_opts :database, :dbconf SOURCE_POS_CLASS = ::FlydataCore::Postgresql::SourcePos end end end end
Version data entries
34 entries across 34 versions & 1 rubygems