Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rename crud-sql plugin #1880

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/release-notes/v13.5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Refer to back-kit [changelog](/microfrontend-composer/back-kit/changelog.md) for
#### 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).
You can find more information on the plugin [here](/runtime_suite/crud-sql/10_overview.md).

### Marketplace Updates

Expand Down
4 changes: 0 additions & 4 deletions docs/runtime_suite/crud-postgresql/_category_.json

This file was deleted.

4 changes: 4 additions & 0 deletions docs/runtime_suite/crud-sql/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"label": "CRUD SQL",
"position": 10
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ This is a template project to help you get started using the SQL CRUD service.
The project is set up to use the Mia-Platform SQL CRUD library. You can then provide a Data Source to connect to your preferred SQL database as will be shown in this documentation.

:::info
For information on the library functionalities you can read the [puglin documentation](../../runtime_suite/crud-postgresql/how_to_use).
For information on the library functionalities you can read the [puglin documentation](../../runtime_suite/crud-sql/how_to_use).
:::
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ DO NOT MODIFY IT BY HAND.
Instead, modify the source file and run the aggregator to regenerate this file.
-->

Due to licensing [CRUD SQL service](../../runtime_suite/crud-postgresql/overview) requires packaging with third-party software, unless your DataSource are PostgreSQL or MSSQL databases whose support is already included in the docker image of the plugins.
Due to licensing [CRUD SQL service](../../runtime_suite/crud-sql/overview) requires packaging with third-party software, unless your DataSource are PostgreSQL or MSSQL databases whose support is already included in the docker image of the plugins.

## Service Configuration
The CRUD SQL needs some environment variables, and a configurations file to work.
Expand Down Expand Up @@ -40,7 +40,7 @@ The tables should be included in separate JSON files in the folder defined with
| metadata | Object | ✓ | - | Object that contains service support metadata to handle standard fields such as updatedAt or updaterId. |

:::info
For a more in-depth description of the configuration, you can refer to the [plugin configuration](../../runtime_suite/crud-postgresql/configuration).
For a more in-depth description of the configuration, you can refer to the [plugin configuration](../../runtime_suite/crud-sql/configuration).
:::

## Template Setup
Expand Down
Loading