From a5873b5d03e7c057e65167e18a6be8a168947c21 Mon Sep 17 00:00:00 2001 From: praneesha Date: Wed, 13 Sep 2023 09:42:06 +0530 Subject: [PATCH] Update persist_get_all.md --- examples/persist-get-all/persist_get_all.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/persist-get-all/persist_get_all.md b/examples/persist-get-all/persist_get_all.md index ca02ec9d7f..d0dca5bd1e 100644 --- a/examples/persist-get-all/persist_get_all.md +++ b/examples/persist-get-all/persist_get_all.md @@ -1,7 +1,7 @@ # Persist read - Get all records -The bal persist feature provides support to manage data persistence in a Ballerina package. It starts with defining the application's data model. Once the model is defined, the client API is generated with resources based on the model. The generated -API can be used to query and manipulate the persistent data in the application. +The bal persist feature provides support to manage data persistence in a Ballerina package. It starts with defining the application's data model. Once the model is defined, the client API is generated with resources based on the model. The generated API can be used to query and manipulate the persistent data in the application. + The generated client API provides a `get` resource method to retrieve all records from the data store. > **Note:** This example uses Ballerina tables as the data store. You can use MySQL and Google Sheets as the data store as well. For more information, see [Supported Data Stores](/learn/supported-data-stores/).