Class | DataMapper::Adapters::DataObjectsAdapter |
In: |
lib/dm-core/adapters/data_objects_adapter.rb
|
Parent: | AbstractAdapter |
You must inherit from the DoAdapter, and implement the required methods to adapt a database library for use with the DataMapper.
NOTE: By inheriting from DataObjectsAdapter, you get a copy of all the standard sub-modules (Quoting, Coersion and Queries) in your own Adapter. You can extend and overwrite these copies without affecting the originals.