You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I am on the first stage of a new project, which requires a small database. I first thought of SQLite. The problem is that database encryption is a requirement. Currently Microsoft.Data.Sqlite does not provide it. natemcmastersuggested I created this request here.
The text was updated successfully, but these errors were encountered:
Clarification: there are numerous extensions that allow encrypting SQLite database files. System.Data.Sqlite uses something (not clear what) to provide encrytion. Microsoft.Data.Sqlite offers nothing.
Currently I am on the first stage of a new project, which requires a small database. I first thought of SQLite. The problem is that database encryption is a requirement. Currently
Microsoft.Data.Sqlite
does not provide it. natemcmaster suggested I created this request here.The text was updated successfully, but these errors were encountered: