From fa2a75fb2d46fc9df829631debc4ab4bfa82224d Mon Sep 17 00:00:00 2001 From: Benjamin Pannell Date: Thu, 21 Nov 2013 13:09:13 +0200 Subject: [PATCH] Add build status badges to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6f65d36..6f4c230 100644 --- a/README.md +++ b/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.