Class Rails::DataMapper::Storage
In: lib/dm-rails/storage.rb
Parent: Object

Methods

Classes and Modules

Class Rails::DataMapper::Storage::Mysql
Class Rails::DataMapper::Storage::Postgres
Class Rails::DataMapper::Storage::Sqlite

Attributes

config  [R] 
name  [R] 

Public Class methods

Public Instance methods

Create the configured database

This is a noop so that calling this method won‘t explode on people who use adapters that don‘t support creating a storage recepticle

Drop the configured database

This is a noop so that calling this method won‘t explode on people who use adapters that don‘t support dropping a storage recepticle

[Validate]