class Config::Table

Included Modules

Defined in:

sqlsync/cli.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def columns : Hash(String, String) #

[View source]
def columns=(columns : Hash(String, String)) #

[View source]
def db_driver : String #

[View source]
def db_driver=(db_driver : String) #

[View source]
def db_url : String #

[View source]
def db_url=(db_url : String) #

[View source]
def domain : JSON::Any #

[View source]
def domain=(domain : JSON::Any) #

[View source]
def identifier_columns : Array(String) #

[View source]
def identifier_columns=(identifier_columns : Array(String)) #

[View source]
def mapping : Hash(String, String) | Nil #

[View source]
def mapping=(mapping : Hash(String, String) | Nil) #

[View source]
def table_name : String #

[View source]
def table_name=(table_name : String) #

[View source]