Skip to content

Commit

Permalink
Update lemon-eels-rush.md
Browse files Browse the repository at this point in the history
  • Loading branch information
steida committed Oct 23, 2023
1 parent 242d7e5 commit e578c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/lemon-eels-rush.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

Experimental new feature: Local only tables

A local-only table is a table prefixed with "\_" that will never be synced—a small but handy addition. Imagine editing huge JSON. Should we store it on any change or allow the user to "commit" data later? In an ideal world, we would have CRDT abstraction for any data, and we will have, but for now, we can postpone or even cancel sync with local-only tables. Another use-case is device-only data, for example, some settings that should not be shared with other devices.
A local-only table is a table prefixed with "\_" that will never be synced—a small but handy addition. Imagine editing huge JSON. Should we store it on any change or allow the user to "commit" data later? In an ideal world, we would have CRDT abstraction for any data, and we will have, but for now, we can postpone or even cancel sync with local-only tables. Another use-case is device-only data, for example, some settings that should not be shared with other devices. Local-only tables also allow real deletion. Use the isDeleted common column and the row will be deleted instead of marked as deleted.

1 comment on commit e578c48

@vercel
Copy link

@vercel vercel bot commented on e578c48 Oct 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

evolu – ./

evolu.vercel.app
evolu.dev
evolu-evolu.vercel.app
evolu-git-main-evolu.vercel.app
www.evolu.dev

Please sign in to comment.