UNPKG

1.92 kBJavaScriptView Raw
1"use strict";
2// Copyright IBM Corp. and LoopBack contributors 2017,2020. All Rights Reserved.
3// Node module: @loopback/repository
4// This file is licensed under the MIT License.
5// License text available at https://opensource.org/licenses/MIT
6Object.defineProperty(exports, "__esModule", { value: true });
7exports.JugglerDataSource = void 0;
8const tslib_1 = require("tslib");
9/**
10 * A common set of interfaces for interacting with databases.
11 *
12 * This module provides data access facilities to various databases and services
13 * as well as the constructs for modeling and accessing those data.
14 *
15 * @packageDocumentation
16 */
17tslib_1.__exportStar(require("@loopback/filter"), exports);
18/**
19 * Export the DataSource to avoid TypeScript 4.2's complaint about
20 * RepositoryMixin as it references `juggler.DataSource`
21 */
22var loopback_datasource_juggler_1 = require("loopback-datasource-juggler");
23Object.defineProperty(exports, "JugglerDataSource", { enumerable: true, get: function () { return loopback_datasource_juggler_1.DataSource; } });
24tslib_1.__exportStar(require("./common-types"), exports);
25tslib_1.__exportStar(require("./connectors"), exports);
26tslib_1.__exportStar(require("./datasource"), exports);
27tslib_1.__exportStar(require("./decorators"), exports);
28tslib_1.__exportStar(require("./define-model-class"), exports);
29tslib_1.__exportStar(require("./define-repository-class"), exports);
30tslib_1.__exportStar(require("./errors"), exports);
31tslib_1.__exportStar(require("./keys"), exports);
32tslib_1.__exportStar(require("./mixins"), exports);
33tslib_1.__exportStar(require("./model"), exports);
34tslib_1.__exportStar(require("./relations"), exports);
35tslib_1.__exportStar(require("./repositories"), exports);
36tslib_1.__exportStar(require("./transaction"), exports);
37tslib_1.__exportStar(require("./type-resolver"), exports);
38tslib_1.__exportStar(require("./types"), exports);
39//# sourceMappingURL=index.js.map
\No newline at end of file