Module | DataMapper::Adapters |
In: |
lib/dm-core/adapters.rb
lib/dm-core/adapters/in_memory_adapter.rb lib/dm-core/adapters/abstract_adapter.rb |
The path used to require the in memory adapter
@see DataMapper.setup
@return [String]
the path used to require the desired in memory adapter
@api semipublic
The path used to require the in memory adapter
Set this if you want to register your own adapter to be used when you specify an ‘in_memory’ connection during
@see DataMapper.setup
@param [String] path
the path used to require the desired in memory adapter
@api semipublic