From 6925b6ba429629af4648c3b004e87b46a9df34d8 Mon Sep 17 00:00:00 2001 From: Pierre Balzack <96387156+balzack@users.noreply.github.com> Date: Wed, 28 Aug 2024 14:22:39 -0700 Subject: [PATCH] Update README.md --- app/sdk/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/sdk/README.md b/app/sdk/README.md index 348a9b01..17196928 100644 --- a/app/sdk/README.md +++ b/app/sdk/README.md @@ -15,7 +15,7 @@ The crypto and log params are provided by implementing the [Crypto](https://gith
- Persistent storage can then be provided to the SDK
+ Persistent storage can then be provided to the SDK for user communication
Mobile apps typically use the offline store where most of the relational data is saved. The sql param is provided by implementing the [SqlStore](https://github.com/balzack/databag/blob/sdk/app/sdk/src/store.ts) interface.