electric
electric copied to clipboard
Sync little subsets of your Postgres data into local apps and services.
getting odd crash. I have a boolean column and I'm trying to update it from false to true and it's triggering some sort of crash, start, crash loop ```ts await...
I'm running it according to `fly.toml` from here: https://electric-sql.com/docs/deployment/fly#deploying-electric-connected-to-an-external-postgres When I'm trying to run the sync service on fly.io, it hangs at the last step: ``` ? Would you like...
Some changes to the recipes example in order to include them as live demos on the website. I've been having some trouble with the Stackblitz web containers failing to Vite...
This is using the new Tauri-SQLite driver.
### Clone the Electric monorep and checkout the linearlite_yjs branch: ```sh git clone https://github.com/electric-sql/electric.git cd electric git checkout samwillis/linearlite_yjs ``` ### Go to the linearlite example: ```sh cd examples/linearlite ```...
This is currently in examples/draw. If we want to use it as the default app for the starter that should probably be another PR. The main code is in `examples/draw/src/ElectricDraw.tsx`,...
Following the [guide](https://electric-sql.com/docs/deployment/digital-ocean) the deployment the electric-sync-service to DigitalOcean fails with a connection error: Steps to repro: - [X] Crete a new Supabase project - [X] Initiate DigitalOcean deployment going...
Including all of the Expo family shopping list project. Features: - Auth (signup/login/logout - no verification and forgot password yet) - Create and edit shopping lists - Create shopping list...
The error looks like this in the log output: ``` 2024-01-18T11:12:44.580068439Z ▓ ┌────────────────────┐ 2024-01-18T11:12:44.580106777Z ▓ │ CONNECTION ERROR │ 2024-01-18T11:12:44.580113567Z ▓ ┕━━━━━━━━━━━━━━━━━━━━┙ 2024-01-18T11:12:44.580118544Z ▓ 2024-01-18T11:12:44.580125387Z ▓ Failed to establish replication...
I have a POC project for testing electric SQL and I want to check the comportement of migrations. Everything work as expected for new table creation and electrification. But when...