We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
What's the error you encounter?
Sorry, something went wrong.
No branches or pull requests
I have compatibility problems when using sqlcipher with sqlite_orm
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.
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.
The text was updated successfully, but these errors were encountered: