Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 1.47 KB

index.markdown

File metadata and controls

58 lines (43 loc) · 1.47 KB
layout body_id title
default
home
DataMapper

DataMapper is a [Object Relational Mapper](http://en.wikipedia.org/wiki/Object-relational_mapping) written in [Ruby](http://ruby-lang.org/). The goal is to create an ORM which is fast, thread-safe and feature rich.

To learn a little more about this project and why you should be interested,
read the [Why Datamapper?](/why.html) page.

Recent News

{% for post in site.tags.important limit:1 %}

{{ post.title }}
{{ post.summary }}
Read more

{% endfor %}
Help ----

If you're having trouble, don't forget to check the documentation, which has both references and step by step tutorials.

Read documentation

Issues ------

If you're still having trouble, or you think you came across something you think might be a bug, let us know.

Log a ticket

News

{% for post in site.posts limit:20 %}
{{ post.title }}

{{ post.summary }}

{{ post.date | date_to_long_string }} by {{ post.author }}

{% endfor %}

{{ paginator.previous_page }} {{ paginator.next_page }}