Skip to content

Commit

Permalink
Added tingodb adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
biggora committed Sep 16, 2013
1 parent 45d6b3d commit cf8cd84
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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
mongoose, mysql, sqlite3, riak, postgres, couchdb, mongodb, redis, neo4j, firebird, nano, tingodb


## Installation
Expand Down
11 changes: 8 additions & 3 deletions 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.7-2",
"description": "ORM for every database: redis, mysql, neo4j, mongodb, postgres, sqlite, tingodb",
"version": "0.0.8",
"author": "Aleksej Gordejev <aleksej@gordejev.lv> (http://www.gordejev.lv)",
"contributors": [
{
Expand Down Expand Up @@ -43,6 +43,10 @@
{
"name": "Nicholas Westlake",
"email": "nicholasredlin@gmail.com"
},
{
"name": "Michael Pauley",
"email": ""
}
],
"keywords": [
Expand All @@ -56,7 +60,8 @@
"nano",
"firebird",
"postgres",
"sqlite3"
"sqlite3",
"tingodb"
],
"directories": {
"lib": "lib",
Expand Down

0 comments on commit cf8cd84

Please sign in to comment.