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/).