Databricks has acquired Electric, the startup behind PGlite (a lightweight WASM Postgres database) and a real-time sync engine designed for AI agents. Electric is being integrated into Neon, which Databricks acquired for $1 billion in May 2025. The combined capability—serverless, agent-native Postgres with near-instant provisioning and local query execution—now sits at the core of Databricks' Lakebase platform.
PGlite has grown from 1M to 13M weekly downloads in the past year and runs in sandboxes, embedded apps, and serverless environments. Electric's sync engine keeps data continuously synchronized between a central Postgres database and connected clients (browser tabs, mobile apps, AI agents in sandboxes). This addresses a core problem in agentic AI: agents need deterministic, low-latency access to live operational data without spinning up heavyweight database connections.
Lakebase, built on the $1 billion Neon acquisition, has already achieved ~700,000 databases spun up by agents (up from ~6,000 a year ago) with 80% of provisioning now automated rather than human-driven. The platform's cost structure has improved dramatically—storage prices slashed 80% between August–November 2025, reflecting Databricks' ability to leverage enterprise-scale infrastructure discounts through AWS.
For architects: Agents now expect database provisioning on sub-500ms timescales with live data coherence. Electric's acquisition positions Databricks to ship a stack where agents can spawn ephemeral, isolated Postgres instances with local compute at the edge, then sync back to central storage. This is becoming table stakes for platforms claiming agentic support.