holochain_sqlite 0.7.0+deprecated

Deprecated persistence abstractions for Holochain state via SQLite
1
2
3
4
5
// Rust guideline compliant 2026-07-10

compile_error!(
    "the `holochain_sqlite` crate is deprecated and no longer available; use `holochain_data` instead"
);