Closed
Description
The README states:
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
?
Metadata
Metadata
Assignees
Labels
No labels