Should I use EF Core in Uno? #18130
-
Hello, as Uno Sqlite sample uses sqlite-net-pcl, is that the recommended approach for creating a local database? And is it bad to use EF Core? |
Beta Was this translation helpful? Give feedback.
Answered by
MartinZikmund
Sep 9, 2024
Replies: 1 comment
-
You should be able to use SQLite or LiteDB in Uno Platform apps. EF Core with SQLite should probably work ok too, but we haven't validated it against latest releases yet (especially worth verifying iOS and WASM support) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
DavidM29
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should be able to use SQLite or LiteDB in Uno Platform apps. EF Core with SQLite should probably work ok too, but we haven't validated it against latest releases yet (especially worth verifying iOS and WASM support)