sqlite_orm icon indicating copy to clipboard operation
sqlite_orm copied to clipboard

Sqlcipher compatibility

Open DeHby opened this issue 9 months ago • 2 comments

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.

DeHby avatar May 21 '24 09:05 DeHby