Skip to content

Sqlcipher compatibility #1298

@DeHby

Description

@DeHby

I have compatibility problems when using sqlcipher with sqlite_orm

image

When dealing with the sqlite3_key problem, I used the on_open method to solve it.

But if I use pragma, it will get an error.

image

The reason for the failure is that the callback of on_open precedes set_pragma.

I hope to add "before" and "after" callbacks for compatibility or other better ways.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions