zoff99 / gen_sqlcipher_amalgamation

generate sqlcipher amalgamation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sqlcipher amalgamation

this tool will create sqlcipher amalgamation source to be used as a replacement for sqlite amalgamation

how to generate the amalgamation locally

# you need to have docker.io installed
git clone https://github.com/zoff99/gen_sqlcipher_amalgamation
cd gen_sqlcipher_amalgamation/
./docker_it.sh
# find the generated code in the ./gen/ directory
ls -al ./gen/

About

generate sqlcipher amalgamation

License:GNU General Public License v3.0


Languages

Language:C 100.0%Language:Shell 0.0%