Skip to content

Commit

Permalink
Update persist_get_all.md
Browse files Browse the repository at this point in the history
  • Loading branch information
praneesha authored Sep 13, 2023
1 parent d33a7ee commit e0352ac
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 e0352ac

Please sign in to comment.