sui-store 0.1.12

Nix store abstraction with SeaORM-backed metadata for the sui Rust-native runtime
Documentation
1
2
3
4
5
6
7
8
//! SeaORM entities for Nix store metadata.
//!
//! Maps 1:1 to the existing Nix SQLite schema at `/nix/var/nix/db/db.sqlite`.
//! Tables: ValidPaths, Refs, DerivationOutputs.

pub mod derivation_output;
pub mod reference;
pub mod valid_path;