Skip to content

Commit

Permalink
migrate api to nodm repository and make sofa an ODM driver
Browse files Browse the repository at this point in the history
  • Loading branch information
ichiriac committed Dec 15, 2014
1 parent 398e8bf commit 40246e9
Show file tree
Hide file tree
Showing 47 changed files with 18 additions and 1,843 deletions.
14 changes: 2 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
# Sofa the Couchbase ODM

Sofa ODM is a tiny & simplistic ODM for Couchbase that will help you to build
a business model layer with ease, and without having to deal with technicals
aspects of Couchbase like views and requesting.
This project is a driver for the [NodeJS NoSQL ODM](https://github.com/ichiriac/node-nosql-odm/), visit this repository for further informations.

* CRUD operations
* Getters & Setters on records properties
* Validating data before saving it
* Filtering and paginations
* Setup views and helpers for filtering (support also customized views)
* Mappers definition are compliant with JSON Schema Definition
* Using Promises API and EventEmitter

*Current version: [v/0.1.6][dist]*
*Current version: [v/0.1.7][dist]*

[![Build Status](https://travis-ci.org/ichiriac/sofa-odm.svg)](https://travis-ci.org/ichiriac/sofa-odm)
[![Dependency Status](https://david-dm.org/ichiriac/sofa-odm.svg)](https://david-dm.org/ichiriac/sofa-odm)
Expand Down
4 changes: 0 additions & 4 deletions cat.bat

This file was deleted.

9 changes: 0 additions & 9 deletions doc/api/behaviours/index.md

This file was deleted.

9 changes: 0 additions & 9 deletions doc/api/behaviours/required.md

This file was deleted.

9 changes: 0 additions & 9 deletions doc/api/behaviours/unique.md

This file was deleted.

19 changes: 0 additions & 19 deletions doc/api/index.md

This file was deleted.

44 changes: 0 additions & 44 deletions doc/api/main.md

This file was deleted.

49 changes: 0 additions & 49 deletions doc/api/mapper.md

This file was deleted.

39 changes: 0 additions & 39 deletions doc/api/property.md

This file was deleted.

24 changes: 0 additions & 24 deletions doc/api/record.md

This file was deleted.

39 changes: 0 additions & 39 deletions doc/api/resultset.md

This file was deleted.

9 changes: 0 additions & 9 deletions doc/api/validators/array.md

This file was deleted.

9 changes: 0 additions & 9 deletions doc/api/validators/boolean.md

This file was deleted.

9 changes: 0 additions & 9 deletions doc/api/validators/date.md

This file was deleted.

9 changes: 0 additions & 9 deletions doc/api/validators/number.md

This file was deleted.

9 changes: 0 additions & 9 deletions doc/api/validators/object.md

This file was deleted.

9 changes: 0 additions & 9 deletions doc/api/validators/string.md

This file was deleted.

34 changes: 0 additions & 34 deletions doc/api/view.md

This file was deleted.

0 comments on commit 40246e9

Please sign in to comment.