LoopBack connectors implement the data exchange logic to communicate with backend systems such as relational or NoSQL databases, or other REST, or SOAP API.

Connectors are divided into two groups:

The built-in memory connector acts like a database connector, in that it supports standard query and create, read, update, and delete (CRUD) operations. It is intended for development and testing without connecting to an actual persistent data source.

Database connectors

Other connectors

Tags: data_sources