Module DataMapper::Adapters
In: lib/dm-core/adapters.rb
lib/dm-core/adapters/abstract_adapter.rb
lib/dm-core/adapters/in_memory_adapter.rb

Methods

Classes and Modules

Class DataMapper::Adapters::AbstractAdapter
Class DataMapper::Adapters::InMemoryAdapter

Public Class methods

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

Set up an adapter for a storage engine

@see DataMapper.setup

@api private

Public Instance methods

[Validate]