Update README.md

This commit is contained in:
Pierre Balzack 2024-08-28 14:22:39 -07:00 committed by GitHub
parent 88ee10bf94
commit 6925b6ba42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ The crypto and log params are provided by implementing the [Crypto](https://gith
</details>
<details>
<summary>Persistent storage can then be provided to the SDK</summary><br>
<summary>Persistent storage can then be provided to the SDK for user communication</summary><br>
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.