Connect Loopback to various Data Sources
Go to file
Ritchie Martori b920b7fe3b README.md renames 2013-07-16 11:28:18 -07:00
docs Fix m2m: only add fk when hasMany have no "through" 2013-05-13 22:04:28 -07:00
examples Add support for nesting objects with an array 2013-07-12 18:59:43 -07:00
lib Remove updateAttribute as remote method 2013-07-15 19:44:29 -07:00
media Update readme 2012-12-15 17:20:18 +04:00
scripts Added footer 2013-03-25 15:03:50 +04:00
support Fix executable for neo4j travis 2012-03-10 16:31:04 +04:00
test Add support for nesting objects with an array 2013-07-12 18:59:43 -07:00
.gitignore Refactor the CRUD operations to DataAccessObject 2013-05-17 08:49:57 -07:00
.gitmodules Added Makefile 2011-11-05 17:54:52 +07:00
.npmignore Ignore npm-debug.log 2013-03-30 21:10:20 +04:00
.travis.yml Upd node version for travis 2013-03-27 22:06:41 +04:00
Makefile Manually require init 2013-04-06 14:57:12 +04:00
README.md README.md renames 2013-07-16 11:28:18 -07:00
index.js Rename adl to be ModelBuilder 2013-05-23 22:20:20 -07:00
package.json Update inflection 2013-06-11 16:11:37 -07:00

README.md

Loopback Data

Loopback Data is a data source abstraction, providing common interfaces to access and manipulate many sources for data.

Installation

slnode install loopback-data

Also install the appropriated connector, for example for mongodb:

npm install loopback-connector-mongodb

check following list of available connectors

Loopback Data Connectors

<!-- MongoDB -->
<tr>
  <td><a href="http://www.mongodb.org"><img src="http://mongodb.ru/favicon.ico" alt="MongoDB" /></a> MongoDB</td>
  <td><a href="https://github.com/strongloop/loopback-connector-mongodb">loopback-connector-mongodb</a></td>
</tr>
Type Package name