.Net 8 Database Interfaces
I'm working on my budget app and have come to the point where I need to use a database (SQLite specifically). I'm debating between using
The database tables are not very complex so the SQL statements won't be that verbose, but most places (from my research) use EFCore. But I don't like/understand EFCore (maybe some correlation/causation there :p).
Thoughts?
And this is what my database will look like (WIP but I think this is the final form)
Microsoft.Data.Sqlite or just biting the bullet and using Entity Framework Core.The database tables are not very complex so the SQL statements won't be that verbose, but most places (from my research) use EFCore. But I don't like/understand EFCore (maybe some correlation/causation there :p).
Thoughts?
And this is what my database will look like (WIP but I think this is the final form)

