Merge pull request #5308 from SDA-SE/feat/sqlite-dir

Support configuration of file storage for SQLite databases
This commit is contained in:
Fredrik Adelöw
2021-04-16 14:00:38 +02:00
committed by GitHub
5 changed files with 108 additions and 13 deletions
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/backend-common': patch
---
Support configuration of file storage for SQLite databases. Every plugin has its
own database file at the specified path.