holochain_sqlite 0.2.7

Abstractions for persistence of Holochain state via SQLite
Documentation

holochain_sqlite

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 5 feature flags, 3 of them enabled by default.

default

  • test_utils
  • sqlite

test_utils

    This feature flag does not enable additional features.

sqlite

  • rusqlite/bundled
  • holo_hash/sqlite
  • holochain_zome_types/sqlite
  • kitsune_p2p/sqlite
  • r2d2_sqlite/bundled

sqlite-encrypted

  • rusqlite/bundled-sqlcipher-vendored-openssl
  • holo_hash/sqlite-encrypted
  • holochain_zome_types/sqlite-encrypted
  • kitsune_p2p/sqlite-encrypted

slow_tests

    This feature flag does not enable additional features.