Page Contents
Home > @loopback/repository > Connector
Connector interface
Common properties/operations for connectors
Signature:
export interface Connector
Properties
| Property | Type | Description |
|---|---|---|
| configModel? | Model | (Optional) |
| interfaces? | (string | ConnectorInterfaces.StrongRelation | ConnectorInterfaces.StrongJoins)[] | (Optional) |
| name | string |
Methods
| Method | Description |
|---|---|
| connect() | |
| disconnect() | |
| execute(command, parameters, options)? | (Optional) |
| ping() |