Replies: 1 comment 1 reply
-
Hey we're in alpha so if you need a more mature solution then you should try another tool. Some of your questions might be answered by reading this post on the goals of the project https://electric-sql.com/blog/2024/07/17/electric-next |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm building a local-first multiplatform app (with React Native and, likely, Tauri)
I'm considering choosing your library, but the docs are just too empty now. I know you had a more comprehensive release, but I doubt I should start using this with the legacy version.
When we can expect to have a comprehensive stable release again, with React-native and Tauri/Electron examples?
Also, here are couple of things I'm concerned:
How will migrations take effect? If I make a migration on my remote databases - will local databases apply that migration as well?
Will mutations I made on my local db be applied to the remote db when coming online again? Or does it only work with querying? Or I should utilize another library like Tanstack query?
How conflicts would be handled (eg I modified the same object on different devices when they were offline)?
Honestly right now I'm leaning more towards PowerSync / Evolu / RXdb as they seem to be more established at this point of time.
Beta Was this translation helpful? Give feedback.
All reactions