mockforge-registry-core 0.3.137

Shared domain models, storage abstractions, and OSS-safe handlers for MockForge's registry backends (SaaS Postgres + OSS SQLite admin UI).
Documentation
1
2
3
4
5
6
7
8
9
# mockforge-registry-core

Shared domain models, storage trait, and OSS-safe handlers used by both the
MockForge SaaS registry server and the OSS admin UI embedded in
`mockforge-ui`.

This crate is backend-agnostic via the [`RegistryStore`] trait. Enable the
`postgres` feature for the multi-tenant SaaS binary, or the `sqlite` feature
for the single-tenant OSS admin UI.