All Projects β†’ strongloop β†’ Loopback Datasource Juggler

strongloop / Loopback Datasource Juggler

Licence: other
Connect Loopback to various Data Sources

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Loopback Datasource Juggler

Freesql
πŸ¦„ .NET orm, Mysql orm, Postgresql orm, SqlServer orm, Oracle orm, Sqlite orm, Firebird orm, θΎΎζ’¦ orm, 人倧金仓 orm, η₯žι€š orm, 翰高 orm, ε—ε€§ι€šη”¨ orm, Click house orm, MsAccess orm.
Stars: ✭ 3,077 (+1048.13%)
Mutual labels:  hacktoberfest, orm
Dynamoid
Ruby ORM for Amazon's DynamoDB.
Stars: ✭ 449 (+67.54%)
Mutual labels:  hacktoberfest, orm
Rel
πŸ’Ž Modern Database Access Layer for Golang - Testable, Extendable and Crafted Into a Clean and Elegant API
Stars: ✭ 317 (+18.28%)
Mutual labels:  hacktoberfest, orm
Orm
A drop-in Doctrine ORM 2 implementation for Laravel 5+ and Lumen
Stars: ✭ 712 (+165.67%)
Mutual labels:  hacktoberfest, orm
Mongoframework
An "Entity Framework"-like interface for MongoDB
Stars: ✭ 116 (-56.72%)
Mutual labels:  hacktoberfest, orm
Cakephp
CakePHP: The Rapid Development Framework for PHP - Official Repository
Stars: ✭ 8,453 (+3054.1%)
Mutual labels:  hacktoberfest, orm
Lucid
AdonisJS official SQL ORM. Supports PostgreSQL, MySQL, MSSQL, Redshift, SQLite and many more
Stars: ✭ 613 (+128.73%)
Mutual labels:  hacktoberfest, orm
Gino
GINO Is Not ORM - a Python asyncio ORM on SQLAlchemy core.
Stars: ✭ 2,299 (+757.84%)
Mutual labels:  hacktoberfest, orm
Loopback Next
LoopBack makes it easy to build modern API applications that require complex integrations.
Stars: ✭ 3,972 (+1382.09%)
Mutual labels:  loopback, hacktoberfest
Termonad
Terminal emulator configurable in Haskell.
Stars: ✭ 266 (-0.75%)
Mutual labels:  hacktoberfest
Free Pmo
Project management software for freelancers or agencies, built with Laravel 5.
Stars: ✭ 264 (-1.49%)
Mutual labels:  hacktoberfest
Community.general
Ansible Community General Collection
Stars: ✭ 266 (-0.75%)
Mutual labels:  hacktoberfest
Fl chart
A powerful Flutter chart library, currently supporting Line Chart, Bar Chart, Pie Chart, Scatter Chart and Radar Chart.
Stars: ✭ 3,882 (+1348.51%)
Mutual labels:  hacktoberfest
Alphavantage
A simple interface to the Alpha Vantage API.
Stars: ✭ 266 (-0.75%)
Mutual labels:  hacktoberfest
Ajsf
Angular JSON Schema Form
Stars: ✭ 266 (-0.75%)
Mutual labels:  hacktoberfest
First Born
Component library for React Native
Stars: ✭ 267 (-0.37%)
Mutual labels:  hacktoberfest
Boss db
BossDB: a sharded, caching, pooling, evented ORM for Erlang
Stars: ✭ 265 (-1.12%)
Mutual labels:  orm
Ac Music Extension
Google Chrome extension that plays hourly Animal Crossing music and more while browsing!
Stars: ✭ 262 (-2.24%)
Mutual labels:  hacktoberfest
Graphql.js
GitHub GraphQL API client for browsers and Node
Stars: ✭ 268 (+0%)
Mutual labels:  hacktoberfest
Orm
ORM with clean object design, smart relationship loading and powerful collections.
Stars: ✭ 266 (-0.75%)
Mutual labels:  orm

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:

Version Status Published EOL
4.x Current Oct 2018 Apr 2023 (minimum)
3.x End-of-Life Dec 2016 Dec 2020
2.x End-of-Life Jul 2014 Apr 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.

Contributing

This project uses DCO. Be sure to sign off your commits using the -s flag or adding Signed-off-By: Name<Email> in the commit message.

Example

git commit -s -m "feat: my commit message"

Also see the Contributing to LoopBack to get you started.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].