Installs sqlcipher.
sqlcipher['repository']
- Git repository of sqlciphersqlcipher['version']
- SQLCipher version. ref: sqlcipher/releasessqlcipher['git_user']
- Git access user
Default value is here
Just include sqlcipher
in your node's run_list
:
{
"name":"my_node",
"run_list": [
"recipe[sqlcipher]"
]
}
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
Authors: Yusuke Tanaka ( @csouls )