Skip to content

Commit

Permalink
Up version
Browse files Browse the repository at this point in the history
  • Loading branch information
biggora committed Feb 20, 2013
1 parent cccbc96 commit f34c58b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## About [![Build Status](https://travis-ci.org/biggora/caminte.png?branch=master)](https://travis-ci.org/biggora/caminte)

CaminteJS is cross-db ORM for nodejs, providing common interface to access
most popular database formats.

CaminteJS adapters:
mongoose, mysql, sqlite3, riak, postgres, couchdb, mongodb, redis, neo4j, firebird, nano

## Usage

Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "caminte",
"description": "ORM for every database: redis, mysql, neo4j, mongodb, postgres, sqlite",
"version": "0.0.2-2",
"version": "0.0.3",
"author": "Aleksej Gordejev <[email protected]> (http://www.gordejev.lv)",
"keywords": [
"caminte",
Expand All @@ -11,6 +11,8 @@
"mysql",
"mongodb",
"neo4j",
"nano",
"firebird",
"postgres",
"sqlite3"
],
Expand Down

0 comments on commit f34c58b

Please sign in to comment.