From afc3a79e2efd30af23de92f1601320aa0d5bde40 Mon Sep 17 00:00:00 2001 From: Nora Date: Mon, 3 Aug 2020 18:43:32 -0400 Subject: [PATCH] fix(repository): remove experimental note --- packages/repository/README.md | 4 ---- packages/repository/src/index.ts | 5 ----- 2 files changed, 9 deletions(-) diff --git a/packages/repository/README.md b/packages/repository/README.md index 6e5cf69f4961..a6eb5257d36c 100644 --- a/packages/repository/README.md +++ b/packages/repository/README.md @@ -4,10 +4,6 @@ This module provides a common set of interfaces for interacting with databases. ## Overview -**NOTE**: This module is experimental and evolving. It is likely going to be -refactored and decomposed into multiple modules as we refine the story based on -`loopback-datasource-juggler` and connector modules from LoopBack 3.x. - This module provides data access facilities to various databases and services as well as the constructs for modeling and accessing those data. diff --git a/packages/repository/src/index.ts b/packages/repository/src/index.ts index b44e5a0a71a6..288e5ed13da0 100644 --- a/packages/repository/src/index.ts +++ b/packages/repository/src/index.ts @@ -6,11 +6,6 @@ /** * A common set of interfaces for interacting with databases. * - * @remarks - * *NOTE:* This module is experimental and evolving. It is likely going to be - * refactored and decomposed into multiple modules as we refine the story based - * on the loopback-datasource-juggler and connector modules from LoopBack 3.x. - * * This module provides data access facilities to various databases and services * as well as the constructs for modeling and accessing those data. *