You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Flexible access control**: Four modes cover private, collaborative, and public scenarios. See the [Access Control guide](./access-control.md) for details.
30
+
-**Deterministic addressing**: `stor-` identifiers are derived from deployer inputs, so clients can pre-compute addresses before deployment.
31
+
-**Consensus-backed writes**: Mutations are validated via consensus while reads are served instantly over RPC.
32
+
-**Developer-friendly API**: High-level SDK helpers plus raw RPC endpoints give you control at the right abstraction.
33
+
-**Predictable limits**: 128KB payload per program, 64 levels of nesting, 256 character keys.
62
34
63
35
## How Storage Programs Work
64
36
@@ -120,107 +92,7 @@ Storage Programs are stored in the `GCR_Main` table's `data` column (JSONB):
120
92
121
93
## Use Cases
122
94
123
-
### 1. User Profiles and Settings
124
-
125
-
Store user preferences, profile data, and application settings:
Looking for implementation-ready patterns? Jump to the [Storage Program Cookbook](../cookbook/storage-programs/examples.md) for end-to-end recipes covering announcements, team workspaces, user profiles, and more. This overview keeps the focus on concepts so each scenario has a single canonical home.
0 commit comments