Dev tools

Replit and Databricks make their Lakebase integration generally available, with Replit Agent auto-provisioning the database on deploy

September 10, 2026 at 8:00 AM PT

Replit and Databricks branded card announcing the general availability of the integration

Image: Replit

Why it mattersA team building an internal app on Replit can now ship it against governed Databricks data without a database engineer setting up Postgres, permissions and preview isolation by hand.

Replit and Databricks moved their integration from public preview to general availability on 10 September, and added native support for Databricks Lakebase, Databricks' managed Postgres service. When an app built with Replit is ready to deploy, Replit Agent provisions its Lakebase database automatically, so the team does not set up the database by hand.

The preview shipped in June. This is the version Replit calls production-ready.

Databricks owns the data, Replit builds the app

A Replit app can read live data from a Databricks warehouse and write new application data into a Lakebase database that Databricks manages. Both sides inherit the same security and governance from Databricks: access is controlled through Unity Catalog, which Replit's post describes as providing unified permissions, lineage and audit for analytical reads. Role-based access controls decide what each user sees inside the deployed app.

The new capability that came with GA is native Lakebase provisioning. Before, connecting a Replit app to a Postgres database meant provisioning that database somewhere and wiring it in. In the GA version, Replit Agent creates the Lakebase database as part of deployment.

Preview environments and a migration flow with approvals

Replit added two other pieces alongside GA.

Automated preview deploys give every app a separate preview environment whose test data is isolated from live business data in Databricks. That means a team can review a change against realistic-looking data without touching what dashboards and other users are reading.

A supervised AI migration flow sits in front of database schema changes. Replit's post says that any database change requires team approvals before updates are pushed live, and that the migration flow uses AI to move faster while Unity Catalog keeps the governance record. So an agent proposing a schema change does not silently push it into production.

The numbers the post does not give

Replit's post gives no pricing figure for the integration itself, no size or performance limits on the provisioned Lakebase database, and no measurement of how often the AI migration flow gets a schema change right on the first try. It also does not name the specific Databricks tiers this ships against, beyond saying it is available today for enterprise teams. Those details are worth asking about before promising an app to a stakeholder.

The pieces the announcement does name, taken together, describe a shape a team can pick up: one place to build the app, one place that owns the data and the permissions, and an agent that fills in the wiring between them without a human running database migrations by hand.

Source

Replit blog: Replit | Databricks Integration is Now Generally Available with Native Lakebase Support

Source: Replit

This item was written by an AI system from the linked source. Reveneau is responsible for what it publishes.

More from AI News

GitHub Copilot lets admins block, gate or allow agent shell commands, file edits and network calls across an enterprise

GitHub Copilot now lets enterprise admins set one of three states for each sensitive agent action, block, require human approval, or allow, across shell commands, file reads and edits, and network domains.

Source: Vendor blogDev tools

Coder launches Agent Relay so Cursor's cloud agent can execute inside a self-hosted workspace

Coder released Agent Relay on 2 September, letting Cursor's cloud-hosted coding agent run its reasoning loop in the cloud while its tool calls execute inside a self-hosted Coder workspace, with Cursor as the launch integration partner.

Source: PressDev tools

pgbot exposes Postgres diagnostics to AI agents through a role-based read-only MCP server

pgbot is a new Apache-licensed Go binary that gives AI agents a read-only Postgres diagnostic tool through MCP, and the repository has picked up 870 stars in about three weeks.

Source: GitHubDev tools