35 lines
795 B
Markdown
35 lines
795 B
Markdown
# Loopback Data
|
|
|
|
Loopback Data is an ORM that provides a common set of interfaces for interacting with databases, REST apis, and other data sources.
|
|
|
|
## 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
|
|
|
|
<table>
|
|
<thead>
|
|
<tr>
|
|
<th>Type</th>
|
|
<th>Package name</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
|
|
<!-- 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>
|
|
|
|
</tbody>
|
|
</table>
|
|
|