Skip to content

Add local-only columns section to raw tables page#350

Open
bean1352 wants to merge 3 commits intomainfrom
local-only-columns
Open

Add local-only columns section to raw tables page#350
bean1352 wants to merge 3 commits intomainfrom
local-only-columns

Conversation

@bean1352
Copy link
Contributor

@bean1352 bean1352 commented Feb 6, 2026

Document how to use local-only columns with raw tables.

  • Covered upsert pattern (instead of INSERT OR REPLACE) to preserve local-only values during sync
  • Covered WHEN clause on UPDATE trigger to prevent unnecessary CRUD entries for local-only edits
  • Explained IS NOT vs != for NULL-safe comparisons in trigger conditions
  • Added multi-SDK examples (JS, Dart, Kotlin, Swift)
  • Added cross-reference from local-only usage page
  • Changed all code blocks to use CodeGroups instead

@bean1352 bean1352 marked this pull request as ready for review February 6, 2026 13:02
@bean1352 bean1352 requested a review from rkistner February 6, 2026 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant