mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
docs: overview,database (1 files)
This commit is contained in:
@@ -330,6 +330,8 @@ Previous versions used `useKV` hooks directly. The new Database layer provides:
|
||||
5. **Easier Testing**: Mockable database layer
|
||||
6. **Data Portability**: Export/import functionality
|
||||
|
||||
Note: `useKV` now persists to `localStorage` in the browser and syncs updates across tabs when available, but it remains client-only. Use the Database layer for server-side, multi-tenant, or durable data.
|
||||
|
||||
### Migration Example
|
||||
|
||||
**Before:**
|
||||
|
||||
Reference in New Issue
Block a user