Merge pull request #5916 from backstage/orkohunter/link-docs-db-switch

docs: Link sqlite to postgres switch tutorial in create app page
This commit is contained in:
Fredrik Adelöw
2021-06-04 13:45:06 +02:00
committed by GitHub
+2 -1
View File
@@ -23,7 +23,8 @@ Backstage provides a utility for creating new apps. It guides you through the
initial setup of selecting the name of the app and a database for the backend.
The database options are either SQLite or PostgreSQL, where the latter requires
you to set up a separate database instance. If in doubt, choose SQLite, but
don't worry about the choice, it's easy to change later!
don't worry about the choice, it's easy to change later! Here is a
[tutorial](../tutorials/switching-sqlite-postgres.md) for it.
The easiest way to run the create app package is with `npx`: