Databricks acquires Electric to give every AI agent its own Postgres database
The New Stack Frederic Lardinois ● Covered by 5 sources
Databricks is buying Electric, the Postgres startup behind PGlite and its sync engine. It’s betting AI agents need their own tiny databases, not one shared one.
Based on reporting by The New Stack, Frederic Lardinois — read the original for the full story.
Summary, retelling and take written by AI under human oversight; images are AI-generated illustrations. How we work · Report an error
Databricks said Tuesday it is acquiring Electric, the startup behind PGlite and the Electric sync engine. The Electric team will move under Neon, the serverless Postgres company Databricks bought for about $1 billion last year and now uses as the base for Lakebase. Databricks didn’t say what it paid this time.
PGlite is the eye-catching part, but not the main prize. It’s a full Postgres database compiled to WebAssembly, so it can run in a browser, in Node.js, or inside the sandboxes agents use to execute code. It also supports dynamic extension loading, including pgvector. Electric says usage has surged from 1 million to 13 million weekly downloads in the past year.
The deeper logic is the sync engine. Electric keeps one central Postgres database and syncs it in near real time to browser tabs, mobile apps, or agents. Databricks compares that to the multiplayer model behind Figma or Google Docs, only aimed at Postgres and the software agents now doing more of the work. Neon’s team points out that conflict resolution, partial replication, and reconnect logic are hard enough that buying the system may have looked easier than rebuilding it.
That fits Databricks’ own view of where databases are headed. Its team says agents now create roughly four times more databases than human users on Lakebase. The average project carries about 10 database branches, some go more than 500 iterations deep, and for some Lakebase apps the average database compute lives for under 10 seconds. In other words, the old idea of one long-lived database per app is getting crowded out by throwaway branches and tiny sandboxes.
Electric’s founders, James Arthur and Valter Balegas, say everything previously open sourced stays open source: the sync engine, PGlite, Durable Streams, and TanStack DB. The hosted Electric Cloud service is being wound down, and users will need to self-host or move elsewhere. Databricks is also continuing its shopping spree in databases, after Neon and the transactional processing startup Mooncake. This one feels less like a product line expansion than a bet that AI agents will want their own disposable Postgres instances, and lots of them.
My take — AI-written commentary, not fact-checked reporting
This is the sort of acquisition that makes sense only if you believe database sprawl is the new normal, which Databricks clearly does. The open-source pieces staying open is the right move, but the hosted service winding down tells the real story: the platform wants the plumbing, not the nuisance of running it for everyone. Very on-brand for the era where every agent gets a database and every vendor gets a bigger invoice.
Read more about this at: The New Stack