class

Config::Table

Inherits JSON::Serializable < Reference < Object

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

columns
Source
columns=(columns : Hash(String, String))
Source
db_driver
Source
db_driver=(db_driver : String)
Source
db_url
Source
db_url=(db_url : String)
Source
domain
Source
domain=(domain : JSON::Any)
Source
identifier_columns
Source
identifier_columns=(identifier_columns : Array(String))
Source
mapping
Source
mapping=(mapping : Hash(String, String) | Nil)
Source
table_name
Source
table_name=(table_name : String)
Source

Nested types