ElectricSQL's Avatar

ElectricSQL

@electric-sql.com

Building AI apps? You need sync. https://electric-sql.com - see also @pglite.dev

926
Followers
410
Following
66
Posts
20.11.2024
Joined
Posts Following

Latest posts by ElectricSQL @electric-sql.com

Post image

Kevin De Porre presenting @electric-sql.com and @tanstack.com

05.02.2026 22:09 πŸ‘ 2 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
Configurancy: Keeping Systems Intelligible When Agents Write All the Code | ElectricSQL AI makes code cheap; the scarce asset is the system's self-knowledge. Configurancy is the layer that lets bounded agents coherently co-evolve a system.

AI makes code cheap. The scarce asset is now the system's self-knowledge.

Specs and contracts were always valuableβ€”but too expensive to maintain. So we invested sparingly, specs drifted, and we read the code instead.

That calculus has flipped with coding agents.

electric-sql.com/blog/2026/02...

09.02.2026 22:24 πŸ‘ 3 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Video thumbnail

Use the CLI to create & write to streams

22.01.2026 19:51 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

4/Coming soon:

- Drop-in transports for Vercel AI SDK and TanStack AI
- Yjs support for collaborative editing
- HTTP proxy that makes existing SSE/token streams resumable with no code changes

22.01.2026 19:50 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

3/ Agentic apps need a different coordination model.

Request/response assumes two parties taking turns.

Three agents and two users acting at once need a shared log everyone can read, resume, and react to.

That's durable streams.

22.01.2026 19:50 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

2/Durable streams 0.2.0 ships with idempotent producers and exactly-once semantics.

400+ conformance tests. Client libraries in 10 languages: TypeScript, Python, Go, Rust, Java, Swift, PHP, Ruby, Elixir, .NET.

22.01.2026 19:50 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview
Announcing Hosted Durable Streams | ElectricSQL Hosted durable streams is now live on Electric Cloudβ€”persistent, resumable event streams over HTTP with unlimited streams, reads, and writes.

electric-sql.com/blog/2026/01...

22.01.2026 19:50 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

In 11 days from now, join the #LocalFirst and #CRDT devroom at #fosdem26 #fosdem in Brussels!
@electric-sql.com @tanstack.com

20.01.2026 15:50 πŸ‘ 5 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0

1/Hosted durable streams is live on Electric Cloud!

Persistent, resumable event streams over HTTP. Reads served from CDN, tested to 1M concurrent connections. 240K writes/second. 5M writes/month free.

22.01.2026 19:50 πŸ‘ 4 πŸ” 1 πŸ’¬ 2 πŸ“Œ 0
https://electric-sql.com/blog/2025/12/23/durable-streams-0.1.0 --- url: /blog/posts/2025-12-23-durable-streams-0.1.0.md description: > The first official npm release of Durable Streams, introducing the State Protocol for database-style sync semantics and earl...

πŸš€ Durable Streams 0.1.0 is live on npm

Two weeks since announcement β†’ approaching 1,000 GitHub stars and people are already building with it.

Blog post β€” electric-sql.com/blog/2025/12...

24.12.2025 03:38 πŸ‘ 11 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
https://electric-sql.com/blog/2025/12/09/announcing-durable-streams --- url: /blog/posts/2025-12-09-announcing-durable-streams.md description: > A persistent stream primitive and HTTP protocol for reliable, resumable, real-time data streaming into client applicati...

Announcement blog post electric-sql.com/blog/2025/12...

09.12.2025 19:25 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
GitHub - durable-streams/durable-streams: The open protocol for real-time sync to client applications The open protocol for real-time sync to client applications - durable-streams/durable-streams

github.com/durable-stre...

09.12.2025 19:25 πŸ‘ 3 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Today we're open-sourcing Durable Streams: a persistent stream primitive and HTTP protocol for reliable, resumable, real-time data streaming to clients.

We built it inside Electric. Now we're standardizing it as a standalone protocol.

09.12.2025 19:25 πŸ‘ 32 πŸ” 5 πŸ’¬ 2 πŸ“Œ 3
Preview
TanStack DB 0.5 β€” Query-Driven Sync | TanStack Blog You don't need a new API for every component. With 0.5, the component's query is the API call. tsx // Your component's query... const { data: projectTodos } = useLiveQuery((q) = q .from({ todos }) .jo...

Blog post tanstack.com/blog/tanstac...

12.11.2025 22:11 πŸ‘ 13 πŸ” 4 πŸ’¬ 1 πŸ“Œ 0

Designed for your existing REST, GraphQL, or tRPC APIs. No backend migration.

Bonus: Works with sync engines (@electric-sql.com, Trailbase, PowerSync) for real-time updates with near-zero incremental network cost.

12.11.2025 22:10 πŸ‘ 9 πŸ” 1 πŸ’¬ 1 πŸ“Œ 1
Post image

πŸš€ TanStack DB 0.5 is here with Query-Driven Sync

Your component's query IS the API call. No custom endpoints. No GraphQL resolvers. Just write your query and DB figures out exactly what to fetch.

Details πŸ§΅πŸ‘‡

12.11.2025 22:08 πŸ‘ 69 πŸ” 9 πŸ’¬ 3 πŸ“Œ 3
Post image

The panel at Sync Conf 2025 brings together @tannerlinsley.com, @jamescowling.dev, @schickling.dev and @aaronboodman.com for a deep dive into challenges and tradeoffs between the technical approaches being explored in sync today.

10.10.2025 16:04 πŸ‘ 15 πŸ” 4 πŸ’¬ 1 πŸ“Œ 2
Post image

Sync seems to be having a moment among web developers!

04.09.2025 15:35 πŸ‘ 19 πŸ” 7 πŸ’¬ 3 πŸ“Œ 0
Post image

using bun and pglite from @electric-sql.com I'm able to create in memory or persisted postgres instances (one per bun process) available to use with Postgrex via `socket_dir`

in theory I could have a "cheap read replica" or simpler testing #myelixirstatus

23.08.2025 09:38 πŸ‘ 18 πŸ” 1 πŸ’¬ 2 πŸ“Œ 1

One day boutique conference for the sync era of the web. Hear from the world's top builders about how to develop systems in the era of agentic software and real-time sync.

19.08.2025 15:08 πŸ‘ 9 πŸ” 4 πŸ’¬ 0 πŸ“Œ 0

That's 168ms -> 1.6ms! and we have a lot of good ideas how to make it even faster.

14.08.2025 15:59 πŸ‘ 5 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0

The lesson: by shipping a system that works into production early and learning from it, allowed us to design a much better solution based on real-world requirements.

14.08.2025 15:53 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

We've been running Electric in production for a year so we knew exactly what we needed: fast append-only writes and no data processing on reads.

The performance gains exceeded our expectations.

14.08.2025 15:53 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

We're already syncing data to millions of clients in real-time behind a CDN, but our write path was heavily under-optimized.

The result: high CPU usage, accumulating WAL on Postgres, and high end-user p95 latencies.

14.08.2025 15:53 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview
Electric 1.1: new storage engine with 100x faster writes | ElectricSQL How we built a new storage engine for Electric, why we did it now, and how it delivers lower latency, higher throughput, and zero‑downtime deploys.

We've just delivered a 100x write performance bump with our latest release of Electric. How? We threw away our storage engine and built a new one designed for sync 🧡

electric-sql.com/blog/2025/08...

14.08.2025 15:53 πŸ‘ 13 πŸ” 4 πŸ’¬ 1 πŸ“Œ 1
Preview
Bringing agents back down toΒ earth | ElectricSQL Agentic AI, beneath all the hype, is actually just normal software. You can build agentic systems with a database, standard web tooling and real-time sync.

LangChain, vector databases, instruction routing, specialized memory stores.

You'd be forgiven for thinking you need a whole new stack to build agentic systems. However, that isn't actually the case: electric-sql.com/blog/2025/08...

14.08.2025 15:40 πŸ‘ 3 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0

How to build agentic systems on real-time sync.

14.08.2025 15:42 πŸ‘ 4 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

We're just magic good sleep enablers! 😎

04.08.2025 17:28 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
120Β days of hardening – the post‑1.0 reliability sprint | ElectricSQL Our last quarter was a reliability sprint. We set one goal: make ElectricSQL so boring‑reliable that you stop thinking about it and just build.

electric-sql.com/blog/2025/08...

04.08.2025 16:57 πŸ‘ 7 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

We 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. 🎯

04.08.2025 16:57 πŸ‘ 3 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0