4.21.1 • Published 4 years ago

@wesleysilva6112/loopback-datasource-juggler v4.21.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

loopback-datasource-juggler

An ORM/ODM that provides a common set of interfaces for interacting with databases, REST APIs, and other types of data sources. It was originally forked from JugglingDB.

Supported versions

This module adopts the Module Long Term Support (LTS) policy, with the following End Of Life (EOL) dates:

VersionStatusPublishedEOL
4.xCurrentOct 2018Apr 2022 (minimum)
3.xMaintenance LTSDec 2016Dec 2020
2.xEnd-of-LifeJul 2014Apr 2019

Learn more about our LTS plan in the LoopBack documentation.

Usage

Install Juggler:

npm install loopback-datasource-juggler

Then install a connector:

npm install loopback-connector-mongodb // in this case, the mongodb connector

Documentation

See the LoopBack documentation.

For information on data source connectors, see Connecting models to data sources.