Skip to content

csouls/sqlcipher-cookbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sqlcipher Cookbook

Installs sqlcipher.

Attributes

  • sqlcipher['repository'] - Git repository of sqlcipher
  • sqlcipher['version'] - SQLCipher version. ref: sqlcipher/releases
  • sqlcipher['git_user'] - Git access user

Default value is here

Usage

sqlcipher::default

Just include sqlcipher in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[sqlcipher]"
  ]
}

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write your change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

License and Authors

Authors: Yusuke Tanaka ( @csouls )

About

SQLCipher chef cookbook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages