You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To use sqleet as a library, the recommended way is to download a preconfigured release package instead of cloning the master. The contained sqleet.c and sqleet.h files are drop-in replacements for the official sqlite3.c amalgamation and sqlite3.h header.
However, I want to use my own custom amalgamation (some compile-time options must be provided when generating the amalgamation itself).
The official SEE extension makes it very easy to turn a regular amalgamation into one that supports encryption:
prepend see-prefix.txt
append see.c
Could there be a simple way to do the same thing using sqleet?