Valentin Montmirail
Valentin Montmirail
You may want to have a look at: https://github.com/ValentinMontmirail/go-sqlcipher I just updated to SQLite 3.45.0 (This [pre-release for now](https://www.sqlite.org/snapshot/sqlite-snapshot-202312141511.tar.gz))
That's odd. I will have a look. Thanks for the feedback !
Should be better now. Can you retry with `github.com/ValentinMontmirail/go-sqlcipher v0.0.0-20231219102833-c47b144b2843` ?
[small-Example.zip](https://github.com/xeodou/go-sqlcipher/files/13720513/go-sqlcipher.zip) You will find in attachment, a very small example where the *sql.DB object generated after encryption can be used by an ORM. Basically, it uses automatically-generated type-safe interfaces for...
I took your Pull Request @safiir inside my fork() of this repository. See https://github.com/ValentinMontmirail/go-sqlcipher/pull/10 I try to maintain the fork() to the latest version of SQLite3 and SQLCipher. I am...