Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jannehietamaki committed Mar 18, 2010
1 parent 97f664f commit b9d0031
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Mongbean is an alternative MongoDB (http://www.mongodb.org) driver for languages
* Mongo documents can be mapped to generic java.util.collections (Maps + Lists)
* Typesafe [API](http://github.com/jannehietamaki/mungbean/blob/master/mungbean-java/src/test/java/mungbean/pojo/PojoWithIdIntegrationTest.java) for mapping POJOs to Mongo documents and back
* DSLs for conditional operators, sorting, aggregation and updates
* administration API (partial), authentication
* administration API (partial), authentication, cursors
* Failover/replica pairs

#### Code examples
Expand All @@ -32,17 +32,13 @@ Mongbean is an alternative MongoDB (http://www.mongodb.org) driver for languages

#### Missing features

* GridFS, cursors
* GridFS (partially)

### Clojure

* Basic operations: query, save, update, remove, limit, sort, aggregation
* [Working example](http://github.com/jannehietamaki/mungbean/blob/master/mungbean-clojure/test/mungbean_test.clj)

### Scala

Coming up next.

## Building

Just run ./boot.sh to fetch all dependencies and Leingingen binaries and after that ./build.sh can be used to build everything.
Expand Down

0 comments on commit b9d0031

Please sign in to comment.