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

[Question] Does this help make it easier to build offline app and also with syncing with a centralized database? #3

Closed
simkimsia opened this issue Aug 12, 2021 · 1 comment

Comments

@simkimsia
Copy link

I read the blogpost https://jlongster.com/future-sql-web and i suppose absurd makes it way faster to read and write to IndexedDB for offline web apps.

But I guess, syncing with centralized database like a postgres, is out of scope for this.

AM I right?

@jlongster
Copy link
Owner

That is out of scope for this, yes. It's up to you to still figure out how to send changes to some kind of service that helps sync. In the future, if someone proposes a need to expose certain methods to help with that, I'd be happy to work with them.

This just persists it locally; I recommend something like CRDTs to actually communicate changes in a way that can be synced.

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