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§
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