Encryping by the application would kill the use of a lot of sql features such as SUM.
It is for as desktop app that stores data on a user drive.
I am searching for an SQL lite alternative that implements encryption more or less or of the box and has rust bindings. Do you know of any database systems that fulfill that requirement?
Encryping by the application would kill the use of a lot of sql features such as SUM.