diff --git a/README.textile b/README.textile index b90a564..2596873 100644 --- a/README.textile +++ b/README.textile @@ -92,37 +92,38 @@ Sometimes you need to use multiple ORMs in your application. You can use Databas Usage beyond that remains the same with DatabaseCleaner.start calling any setup on the different configured connections, and DatabaseCleaner.clean executing afterwards. Configuration options + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ORMHow to accessNotes
Active RecordDatabaseCleaner[:active_record]Connection specified as :symbol keys, loaded from config/database.yml
Data MapperDatabaseCleaner[:data_mapper]Connection specified as :symbol keys, loaded via Datamapper repositories
Mongo MapperDatabaseCleaner[:mongo_mapper]Multiple connections not yet supported
MongoidDatabaseCleaner[:mongoid]Multiple connections not yet supported
Couch PotatoDatabaseCleaner[:couch_potato]Multiple connections not yet supported
ORMHow to accessNotes
Active RecordDatabaseCleaner[:active_record]Connection specified as :symbol keys, loaded from config/database.yml
Data MapperDatabaseCleaner[:data_mapper]Connection specified as :symbol keys, loaded via Datamapper repositories
Mongo MapperDatabaseCleaner[:mongo_mapper]Multiple connections not yet supported
MongoidDatabaseCleaner[:mongoid]Multiple connections not yet supported
Couch PotatoDatabaseCleaner[:couch_potato]Multiple connections not yet supported
h2. Why?