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?

    • WhatAmLemmy@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      arrow-down
      1
      ·
      5 hours ago

      Then the application should encrypt the data saved to the db.

      I can’t think of any scenario where it would make sense for the db to handle encryption.

      • Zenlix@lemmy.mlOP
        link
        fedilink
        arrow-up
        2
        ·
        56 minutes ago

        Encryping by the application would kill the use of a lot of sql features such as SUM.