Advertisement · 728 × 90

Posts by ElectricSQL

Preview
StreamDB — a reactive database in a Durable Stream | ElectricSQL StreamDB turns a Durable Stream into a reactive database. You provide a Standard Schema, StreamDB gives you type-safe, durable state with sync.

StreamDB - a reactive database in a Durable Stream, designed for AI apps and agentic session state.

You give it a Standard Schema. You get type-safe, multiplexed data sync into TanStack DB:
electric-sql.com/blog/2026/03...

2 days ago 7 2 0 0
Preview
Announcing PGlite v0.4: PostGIS, connection multiplexing, and a new architecture | ElectricSQL PGlite v0.4 adds PostGIS, connection multiplexing, and a refactored architecture that decouples initdb from the main WASM binary.

PGlite v0.4 is out 🚀

PostGIS, connection multiplexing, and a major architecture refactor - bringing embedded Postgres closer to native.

Now at 13M+ weekly downloads and showing up everywhere from CI to browser-based dev environments.

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

1 week ago 10 4 0 0
Preview
Electric apps get persistence and includes with TanStack DB 0.6 | ElectricSQL TanStack DB 0.6 adds persistence and includes. For Electric users, that means a more complete app data stack with persistence and nested query results, adopted incrementally.

SQLite-backed persistence, hierarchical includes and reactive effects for workflows/agents.

@electric-sql.com just got so much more *app shaped* with the new @tanstack.com DB release.

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

1 week ago 8 2 0 1
Post image

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

1 month ago 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...

1 month ago 3 1 0 0
Video

Use the CLI to create & write to streams

2 months ago 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

2 months ago 1 0 0 0
Advertisement

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.

2 months ago 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.

2 months ago 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...

2 months ago 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

2 months ago 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.

2 months ago 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...

3 months ago 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...

3 months ago 0 0 0 0
Advertisement
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...

3 months ago 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.

3 months ago 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...

4 months ago 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.

4 months ago 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 🧵👇

4 months ago 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.

5 months ago 15 4 1 2
Post image

Sync seems to be having a moment among web developers!

6 months ago 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

7 months ago 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.

7 months ago 9 4 0 0

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

7 months ago 5 2 0 0
Advertisement

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.

7 months ago 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.

7 months ago 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.

7 months ago 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...

7 months ago 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...

7 months ago 3 1 1 0

How to build agentic systems on real-time sync.

7 months ago 4 1 0 0