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
    5
    arrow-down
    3
    ·
    12 hours ago

    Encryption is usually implemented in the server or client code. Why do you want the database to handle encryption?

      • WhatAmLemmy@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        29 minutes 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.