loopback/lib
Miroslav Bajtoš 94ec5c294a app: implement `connector()` and `connectors`
Allow browserified applications to explicitly register connectors
to use in data-sources via `app.connector(name, exportsFromRequire)`.

Include built-in connectors like `Memory` and `Remote` in the registry.

Modify `dataSourcesFromConfig()` to resolve the connector via
`app.connectors` first and only then fall back to auto-require
the connector module.
2014-05-28 15:11:43 +02:00
..
connectors Support host / port in Remote connector 2014-03-27 14:47:30 -07:00
middleware Modify `loopback.rest` to include `loopback.token` 2014-05-21 15:22:36 +02:00
models Fix typo "Unkown" => "Unknown" 2014-05-15 23:32:12 -04:00
application.js app: implement `connector()` and `connectors` 2014-05-28 15:11:43 +02:00
browser-express.js Add karma for running browser tests 2014-02-12 10:17:02 -08:00
compat.js Add loopback.compat to simplify upgrade to 1.6 2014-01-27 10:29:57 +01:00
loopback.js app: implement `connector()` and `connectors` 2014-05-28 15:11:43 +02:00