From bec15b6b365af59302cdf491a93435a824f71bcb Mon Sep 17 00:00:00 2001 From: andreamia93 Date: Mon, 16 Dec 2024 16:06:19 +0100 Subject: [PATCH] Add CRUD SQL plugin to RN (#1845) * Add CRUD SQL plugin to RN * Add link to plugin documentation * Move crud sql plugin paragraph * Update docs/release-notes/v13.5.0.md --------- Co-authored-by: Alberto Tessarotto <78902914+albertotessarotto@users.noreply.github.com> --- docs/release-notes/v13.5.0.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/release-notes/v13.5.0.md b/docs/release-notes/v13.5.0.md index 7c79d92bd0..623158546c 100644 --- a/docs/release-notes/v13.5.0.md +++ b/docs/release-notes/v13.5.0.md @@ -100,6 +100,14 @@ Refer to back-kit [changelog](/microfrontend-composer/back-kit/changelog.md) for ## Marketplace +### New Marketplace Components + +#### CRUD SQL plugin for Oracle DB + +The CRUD SQL service now supports Oracle DB. You can easily integrate with an Oracle database and expose CRUD operations through HTTP with this plugin. +You can find more information on the plugin [here](/runtime_suite/crud-postgresql/10_overview.md). + + ### Marketplace Updates #### Care Kit