electric icon indicating copy to clipboard operation
electric copied to clipboard

Sync little subsets of your Postgres data into local apps and services.

Results 427 electric issues
Sort by recently updated
recently updated
newest added

https://github.com/electric-sql/electric/pull/1511 added a test for idempotent processing of repeat transactions in our current shape storage implementation. That, however, does not cover the case where another storage implementation is introduced which...

reliability

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

Adding a space to a WHERE clause leads to a new shape. We should be parsing the WHERE clause to avoid duplication of equivalent clauses ``` curl -I -X GET...

Sync service might not be able to serve requests because there are no more resources available to handle that request. How should we handle requests when we can't serve them...

reliability

Had to throw enough (large) initial query requests to trigger it. In my case 10 init requests for issue table with 100000 issues. ``` 14:15:31.813 [error] GenServer #PID terminating **...

reliability

Love what you're doing, hoping to incorporate it into the iOS-native app we're building at some point, would love to be notified when Swift support is in the works! (though...

Postgres' [point-in-time-recovery](https://www.postgresql.org/docs/current/continuous-archiving.html) capability allows it to be restored from backup to a state that precedes the state it had prior to the recovery. This creates a potentially catastrophic problem for...

reliability

Whether it's Postgres restarting or network connectivity issues. - [ ] Write a test to verify Electric's graceful handling of Postgres connection closures.

On Discord, we're seeing people ask similar questions regarding the local-first or offline capabilities of Electric Next, how to sync data to a local database, what clients are supported, etc....

I read the document, but now I confused how electric-next sync data into local database, http api get the data and then how to update data in the local database?