Merge pull request #33714 from backstage/rugvip/dev-db

cli: experimental embedded-postgres support for local dev
This commit is contained in:
Patrik Oldsberg
2026-04-03 21:07:15 +02:00
committed by GitHub
8 changed files with 377 additions and 41 deletions
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/cli-module-build': patch
'@backstage/backend-defaults': patch
---
Added experimental support for using `embedded-postgres` as the database for local development. Set `backend.database.client` to `embedded-postgres` in your app config to enable this. The `embedded-postgres` package must be installed as an explicit dependency in your project.