Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

server side compensations #374

Open
3 tasks
tantaman opened this issue Sep 29, 2023 · 1 comment
Open
3 tasks

server side compensations #374

tantaman opened this issue Sep 29, 2023 · 1 comment

Comments

@tantaman
Copy link
Collaborator

  • Read permissions
  • Write permissions
  • Integrity / data validation
@andrewluetgers
Copy link

andrewluetgers commented Jan 27, 2024

I need to support offline sync + teams and have looked into using ElectricSQL well but am really impressed with the idea of the CRDT being implemented within the database as opposed to an external sync service, it feels like the SQLite way to do it.

I brought the issue of permissions up on the Discord chat and was referred to this issue. Where you had mentioned"

You could apply filters before returning rows from crsql_changes.

You'd need to track if filtered out rows ever become visible again, however, so you can sync them back down.

To move this issue forward another step I think a further discussion here would be good to enumerate any of the challenges of properly implementing permissions with cr-sqlite and general thoughts on how you might go about it.

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

No branches or pull requests

2 participants