Skip to content

Commit

Permalink
added rest adapter entries to adapters/index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
der-On committed Jan 29, 2015
1 parent 38eae6a commit 63833b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/adapters/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ _aliases = {
, postgresql: 'postgres'
, mysql: 'mysql'
, sqlite: 'sqlite'
, rest: 'rest'
, riak: 'riak'
, mongo: 'mongo'
, mongodb: 'mongo'
Expand All @@ -35,6 +36,11 @@ _adapters = {
, lib: 'sqlite3'
, type: 'sql'
}
, rest: {
path: 'rest/index'
, lib: null
, type: 'nosql'
}
, riak: {
path: 'riak/index'
, lib: null
Expand Down

0 comments on commit 63833b6

Please sign in to comment.