I am trying to use EntityFramework Core 1.0 (new name for EntityFramework 7) to manage a SQLite database in a C # working application.
I am reading the official documentation and my test application is working.
My question is: is it possible to password protect the database?
I know that there are many ways to do this, it exists and the .NET class System.Data.SQLite that allow this, but how to do it using EFCore 1?
I canβt understand if this is possible.
Thanks for the help,
Enrico
c # sqlite entity-framework-core
Enrico brugnatelli
source share