Skip to content

Commit

Permalink
Add build status badges to README
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Nov 21, 2013
1 parent adda277 commit fa2a75f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
@@ -1,6 +1,9 @@
# Iridium
**A bare metal ORM for MongoDB**

[![Build Status](https://travis-ci.org/SierraSoftworks/Iridium.png?branch=master)](https://travis-ci.org/SierraSoftworks/Iridium)
[![](https://badge.fury.io/js/iridium.png)](https://npmjs.org/package/iridium)

Iridium was designed to alleviate many of the issues often present in modern ORMs, especially those designed for NoSQL datastores like MongoDB. Namely, these include a high level of bloat and an excessive amount of documentation - vastly raising the barrier to entry. On the flip side of the coin, they also tend to abstract core database functionality away from the developer to the extent that they end up jumping through unnecessary hoops just to get the results they're looking for.

Iridium hopes to solve these issues by providing a bare bones ORM targeted at power users, and those looking for an exceptionally low overhead. It provides much of the indispensable functionality found in ORMs without the fluff.
Expand Down

0 comments on commit fa2a75f

Please sign in to comment.