-
Notifications
You must be signed in to change notification settings - Fork 523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add SQLite Aspire Component #798
Comments
My use case would to combine sqlite with litestream as written up here, https://docs.servicestack.net/ormlite/litestream. |
Unsure if we're doing this for v1. |
I'm curious about how this would work if it was done. Would this only be for ephemeral databases (in which case how is it different to the app just creating its own .db file inside its own container?) or would it be persistent across deployments in some way? If it was persistent, where would the .db file be stored? It would be great if there was some suitable persistent filestore available to mount into ACA containers but Azure file shares seem not to be recommended for this purpose. The use cases for persistent SQLite (as opposed to Postgres/MySQL/etc) will be things like:
... so I do think it would be a nice feature, and so wonder how it could be made to work in the long run. |
I would love this to be supported, local .db files for local development and integrate with Turso would be amazing. |
I've created a Community Toolkit proposal for it - CommunityToolkit/Aspire#364 |
Completed in the community toolkit - thank you @aaronpowell !! |
We will probably have both EF and non-EF components (just like the other database components).
The text was updated successfully, but these errors were encountered: