We're just magic good sleep enablers! π
04.08.2025 17:28 β π 2 π 0 π¬ 0 π 0@electric-sql.com.bsky.social
Building AI apps? You need sync. https://electric-sql.com - see also @pglite.dev
We're just magic good sleep enablers! π
04.08.2025 17:28 β π 2 π 0 π¬ 0 π 0We fixed IPv6 fallbacks, WAL slot recovery, memory leaks, file handle exhaustion, replication races, and dozens more issues.
The boring stuff that makes infrastructure work. Because when AWS launched S3, they didn't lead with features β they led with eleven nines. π―
Some highlights from our sprint:
β’ Connection recovery: 18s β 1.2s median recovery time
β’ Zero-downtime operations: clients stay connected through restarts
β’ Live schema changes: Electric adapts as your database evolves
β’ Better observability: see exactly what's happening
The results? @triggerdotdev.bsky.social achieved 20,000 updates/sec with sub-100ms latency handling 500GB+ daily Postgres traffic using Electric. Our Cloud syncs data to devices in 100+ countries monthly.
How? Postgres + HTTP foundation + serious reliability engineering.
Infrastructure software can't have bugs. Your sync layer is load-bearing infrastructure with database-level expectations.
We looked to S3 (11 nines!) and Redis for inspiration. They're simple ideas made extraordinary through relentless reliability engineering.
ElectricSQL recently completed a 120-day reliability sprint. Our one goal: make our sync engine so boring-reliable you stop thinking about it and just build.
We chased every incident, fixed every user-reported bug, and made unglamorous work our priority. π§΅
We just posted an RFC for a significant oft-requested feature β cross-table shape filtering β check it out and comment!
github.com/electric-sql...
We look forward to collaborating more to make TanStack DB the future of app development with Electric and the best way to build the new generation of AI apps and agentic systems.
29.07.2025 18:05 β π 1 π 0 π¬ 0 π 0It's been a pleasure to partner with @tannerlinsley.com and the @tanstack.com team on this.
HT to @kyle.bricolage.io and @samwillis.uk for leading the work from our side.
Paired with Electric, TanStack DB provides an optimal end-to-end sync stack for local-first app development.
electric-sql.com/blog/2025/07...
Tanstack DB is a reactive client store for building super fast apps on sync.
Based on a TypeScript implementation of differential dataflow, it's type-safe, declarative, incrementally adoptable and insanely fast.
TanStack DB is now in BETA!
Weβve been working on TanStack DB, an embedded, reactive client database for TanStack Query, and are proud to announce today that with the 0.1 release that it's now in BETA!
tanstack.com/blog/tanstac...
π TanStack DB now has @solidjs.com support!
25.07.2025 21:53 β π 46 π 9 π¬ 3 π 2<script lang="ts"> import { useLiveQuery } from "@tanstack/svelte-db" import { eq } from "@tanstack/db" import { todoCollection } from "$lib/collections" const todosQuery = useLiveQuery((query) => query .from({ todos: todoCollection }) .where(({ todos }) => eq(todos.completed, false)) ) </script> <List items={todosQuery.data} />
TanStack DB now has @svelte.dev support!
23.07.2025 19:27 β π 58 π 10 π¬ 1 π 1PGlite (WASM Postgres) now gets over 1 million downloads a week! π€―π
Absolutely incredible to see how people have embraced what we have built.
Awesome work by the team!
Building apps on Postgres? Here how to do it using sync: youtu.be/mDzzK5-XkZ8?...
03.07.2025 09:51 β π 13 π 4 π¬ 1 π 0Excited to release a new starter! Sync-first, production-ready, and blazing fast
- @tanstack.com Start
- @tanstack.com DB for blazing fast client-side queries
- @electric-sql.com for real-time sync from PG
- Better-Auth
- @drizzleorm.bsky.social
- @tailwindcss.com
- Hono OpenAPI
We want to be like S3 and Redis β powerful technologies that you setup once and never think about again.
01.07.2025 17:02 β π 8 π 2 π¬ 0 π 0If you look at our commit history, it's months of bug fixes and performance improvements. It's this sort of sustained effort to surface and fix every bug that will enable Electric to hit the quality bar.
01.07.2025 17:02 β π 7 π 1 π¬ 1 π 0The main obstacle to sync is it's a new black box. Is it reliable/fast enough to drive critical data flows? People rightfully have a db-level quality bar.
If it seems like Electric has been quiet lately, it's because we're 100% focused on meeting this bar.
Really looking forward to Sync London tomorrow!
A bunch of exciting talks from teams building real apps on sync engines ππ₯³
Not long now!
lu.ma/sync-london
Talks are shaping up great and weβre well past venue capacity. @yonz.bsky.social is airborne. @samwillis.uk has sorted out the pineapple cubes and cocktail sausages.
If youβre in London on Tuesday and have been lurking so far, nowβs your last chance!
Excited to share a new starter for building apps with
@expo.dev , @tanstack.com DB & @electric-sql.com
TanStack DB is nearing its first alpha so we're fine-tuning, writing docs, and building starters.
I'm speaking about syncing Postgres into the client with
@electric-sql.com at the SF Bay Area Postgres users groups tomorrow (Tuesday 10th June).
Online from noon local time, live stream here: www.meetup.com/postgresql-1...
Hereβs @samwillis.uk talking about how we built @pglite.dev and the future of the project at @pgconf.dev in Montreal last month.
09.06.2025 13:12 β π 7 π 2 π¬ 0 π 0Here's my @localfirstconf.com talk introducing @tanstack.com DB, hexdocs.pm/phoenix_sync, syncconf.dev and arguing that Sync is the key to mainstream adoption of #local-first.
youtu.be/ia9FpY_Sw_4?...
Blog post for more details, including the prompt templates: electric-sql.com/blog/2025/06...
05.06.2025 11:51 β π 1 π 0 π¬ 0 π 0π§΅ More play less infra => vibe coding with the database inside the sandbox.
Apps built with AI app builders like @bolt.new usually need to connect to a database to actually work. With @pglite.dev you can have the database inside the sandbox, so you can vibe code without even thinking about infra.
Early-bird tickets and CFP both still open for Sync Conf in SF on Nov 12th syncconf.dev
04.06.2025 11:15 β π 3 π 1 π¬ 0 π 0