Skip to content
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

✨ Move storage to SQLite #70

Open
1 of 5 tasks
jernejk opened this issue Feb 9, 2022 · 3 comments
Open
1 of 5 tasks

✨ Move storage to SQLite #70

jernejk opened this issue Feb 9, 2022 · 3 comments

Comments

@jernejk
Copy link
Member

jernejk commented Feb 9, 2022

As per this Tweet, SQLite with EF Core might be possible in Blazor WASM .NET 6.
https://twitter.com/bricelambs/status/1491134363945570305?s=20&t=AqGHx65g7ibZ8he_K93f1A

  • Investigate
  • Spike
  • Upgrade
  • Simplify DB schema to support many integrations without DB change (JSON store for custom data instead of custom tables?)
  • Final migration script from JSON to SQLite
@jernejk
Copy link
Member Author

jernejk commented Aug 7, 2022

Starting to work on this issue to simplify the infrastructure code for Blazor and later migrations.

@jernejk jernejk moved this from ⏱️ Todo to 🏃‍♂️ In Progress in AutoScrum Aug 10, 2022
@jernejk
Copy link
Member Author

jernejk commented Aug 10, 2022

Here is the GitHub repo for integrating EF Core SQLite into Blazor WASM.
https://github.com/JeremyLikness/SqliteWasmHelper

@jernejk
Copy link
Member Author

jernejk commented Sep 5, 2023

EF Core 8 changes lots of things and will simplify things.
Switching to .NET 8 + EF Core 8 and using the latest SQLite tech is recommended.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🏃‍♂️ In Progress
Status: In progress
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant