Module: Hanami::Model::Migrator::SQLiteAdapter::Memory Private

Defined in:
lib/hanami/model/migrator/sqlite_adapter.rb

Overview

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

No-op for in-memory databases

Since:

  • 0.4.0

Instance Method Summary collapse

Instance Method Details

#createObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Since:

  • 0.4.0



22
23
# File 'lib/hanami/model/migrator/sqlite_adapter.rb', line 22

def create
end

#dropObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Since:

  • 0.4.0



27
28
# File 'lib/hanami/model/migrator/sqlite_adapter.rb', line 27

def drop
end