Skip to content

Commit

Permalink
Mention the variety of adapters on the Why page
Browse files Browse the repository at this point in the history
  • Loading branch information
snusnu committed Sep 20, 2010
1 parent cecfb4b commit 79d18b1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions why.markdown
Expand Up @@ -10,6 +10,20 @@ Why DataMapper?
DataMapper differentiates itself from other Ruby Object/Relational Mappers in a
number of ways:

One API for a variety of datastores
-----------------------------------

DataMapper comes with the ability to use the same API to talk to a
multitude of different datastores. There are adapters for the usual
RDBMS suspects, NoSQL stores, various file formats and even some popular
webservices.

There's a probably incomplete list of available datamapper adapters on
the [github wiki](http://github.com/datamapper/dm-core/wiki/Adapters)
with new ones getting implemented regularly. A quick
[github search](http://github.com/search?q=dm+adapter&type=Everything&repo=&langOverride=&start_value=1)
should give you further hints on what's currently available.

Plays Well With Others
----------------------

Expand Down

0 comments on commit 79d18b1

Please sign in to comment.