From d8fb9beade34b166a27b1198cdced7caadae465b Mon Sep 17 00:00:00 2001 From: JohnDoe6345789 Date: Thu, 25 Dec 2025 22:29:56 +0000 Subject: [PATCH] docs: overview,database (1 files) --- docs/database/overview.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/database/overview.md b/docs/database/overview.md index 70c0d6f70..23a266373 100644 --- a/docs/database/overview.md +++ b/docs/database/overview.md @@ -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:**