You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to use external database tools with aspire's database containers (SSMS, Azure Data Studio)
This includes fixing the port and potentially the password
How to use the built-in database tools (for databases that have it pgadmin)
How do you use aspire with an existing database.
How to use volumes to keep the data around.
When you use volumes, how do you reset/clear them?
Tell users that the password is stored in the volume. If you use a volume and change the password, it will not work until you delete the volume.
Using databases as persistent containers vs volumes?
How do you seed databases for development/deployed scenarios?
How do you use EF and aspire together?
Common pitfalls (inability to use dotnet ef to run migrations because there's no connection string)
What are the various ways to use EF migrations in Aspire and what are the tradeoffs (local dev vs deploying an app)
I think some of these can be solved as part of our improved integration docs issue but I think we need some top level conceptual content to address this area where we get lots of feedback.
We should prioritize Postgres and SQL server.
The text was updated successfully, but these errors were encountered:
We've gotten lots of feedback about the documentation on working with database in aspire being pretty fragmented, (see https://www.youtube.com/watch?v=uIN7iEsRkS4&feature=youtu.be for some details).
Some of the things we need to address:
I think some of these can be solved as part of our improved integration docs issue but I think we need some top level conceptual content to address this area where we get lots of feedback.
We should prioritize Postgres and SQL server.
The text was updated successfully, but these errors were encountered: