Package Exports
- loopback-connector-crate
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (loopback-connector-crate) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
loopback-connector-crate
The [Crate Datastore] (https://crate.io/) Connector module for for loopback-datasource-juggler.
Connector settings
The connector can be configured using the following settings from the data source.
- host or hostname (default to 'localhost'): The host name or ip address of the Crate DB server
- port (default to 4200): The port number of the Crate DB server
- debug (default to false)
The Crate connector uses cratejs as the driver. See more information about configuration parameters, check https://github.com/herenow/cratejs.
Running tests
npm testTODO:
- Discovering Models
- Complex query parameter