Config::Table
Inherits JSON::Serializable < Reference < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
columns
Sourcecolumns=(columns : Hash(String, String))
Sourcedb_driver
Sourcedb_driver=(db_driver : String)
Sourcedb_url
Sourcedb_url=(db_url : String)
Sourcedomain
Sourcedomain=(domain : JSON::Any)
Sourceidentifier_columns
Sourceidentifier_columns=(identifier_columns : Array(String))
Sourcemapping
Sourcemapping=(mapping : Hash(String, String) | Nil)
Sourcetable_name
Sourcetable_name=(table_name : String)
Source