Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zoff99/gen_sqlcipher_amalgamation
generate sqlcipher amalgamation
https://github.com/zoff99/gen_sqlcipher_amalgamation
amalgamation c generator sqlcipher
Last synced: about 1 month ago
JSON representation
generate sqlcipher amalgamation
- Host: GitHub
- URL: https://github.com/zoff99/gen_sqlcipher_amalgamation
- Owner: zoff99
- License: gpl-3.0
- Created: 2024-05-19T18:33:50.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-23T09:35:51.000Z (8 months ago)
- Last Synced: 2024-05-23T09:43:10.175Z (8 months ago)
- Topics: amalgamation, c, generator, sqlcipher
- Language: C
- Homepage:
- Size: 2.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## sqlcipher amalgamation
this tool will create sqlcipher amalgamation source to be used as a replacement for sqlite amalgamation
### how to generate the amalgamation locally
```bash
# 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/
```
Any use of this project's code by GitHub Copilot, past or present, is done
without our permission. We do not consent to GitHub's use of this project's
code in Copilot.
No part of this work may be used or reproduced in any manner for the purpose of training artificial intelligence technologies or systems.