Crate fabryk_storage

Crate fabryk_storage 

Source
Expand description

§fabryk-storage

Storage backend implementations for Fabryk knowledge fabric.

This crate provides multiple storage backends:

  • Filesystem-primary hybrid storage (markdown + metadata cache)
  • PostgreSQL/SQLite backends
  • In-memory storage (for testing)
  • Storage abstraction traits
  • Migration and versioning support

Re-exports§

pub use error::Error;
pub use error::Result;

Modules§

database
Database storage backend
error
Error types for fabryk-storage
filesystem
Filesystem-based storage backend
memory
In-memory storage backend
traits
Storage trait definitions