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
Instance Method Summary collapse
- #create ⇒ Object private
- #drop ⇒ Object private
Instance Method Details
#create ⇒ Object
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.
22 23 |
# File 'lib/hanami/model/migrator/sqlite_adapter.rb', line 22 def create end |
#drop ⇒ Object
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.
27 28 |
# File 'lib/hanami/model/migrator/sqlite_adapter.rb', line 27 def drop end |