Skip to content

Commit

Permalink
Merge pull request #4917 from ballerina-platform/praneesha-patch-5
Browse files Browse the repository at this point in the history
Remove extra line in the `Get persist all` BBE
  • Loading branch information
praneesha authored Sep 13, 2023
2 parents 3141d96 + a5873b5 commit 1839753
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/persist-get-all/persist_get_all.md
Original file line number Diff line number Diff line change
@@ -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/).
Expand Down

0 comments on commit 1839753

Please sign in to comment.