From 54615d991db7868ba748f9f301b909aa2cb19684 Mon Sep 17 00:00:00 2001 From: aashikam Date: Tue, 6 Feb 2024 10:56:18 +0530 Subject: [PATCH] Add music store in examples page --- examples/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/README.md b/examples/README.md index 9b00b3d..14818ca 100644 --- a/examples/README.md +++ b/examples/README.md @@ -6,6 +6,8 @@ The `ballerinax/aws.redshift` connector facilitates seamless integration with Am 2. [Insert data in to the database](https://github.com/ballerina-platform/module-ballerinax-aws.redshift/blob/main/examples/execute) - Connects to AWS Redshift using the Redshift connector and performs an INSERT operation into a specified table +3. [Music store](https://github.com/ballerina-platform/module-ballerinax-aws.redshift/blob/main/examples/music-store) - This example illustrates the process of creating an HTTP RESTful API with Ballerina to perform basic CRUD operations on a database, specifically AWS Redshift, involving setup, configuration, and running examples. + ## Prerequisites 1. Follow the [instructions](https://github.com/ballerina-platform/module-ballerinax-aws.redshift#set-up-guide) to set up the AWS Redshift cluster.