class Jennifer::Mysql::CommandInterface

Defined in:

jennifer/adapter/mysql/command_interface.cr

Instance Method Summary

Instance methods inherited from class Jennifer::Adapter::DBCommandInterface

config : Config config, create_database create_database, database_exists? database_exists?, drop_database drop_database, execute(command) execute, generate_schema generate_schema, load_schema load_schema, shell shell

Constructor methods inherited from class Jennifer::Adapter::DBCommandInterface

new(config) new

Class methods inherited from class Jennifer::Adapter::DBCommandInterface

build_shell(config) build_shell, register_shell(name, klass) register_shell

Instance Method Detail

def create_database #

[View source]
def database_exists? #

[View source]
def drop_database #

[View source]
def generate_schema #

[View source]
def load_schema #

[View source]