Content
Document loading and structured content fixtures.
Storage adapters and data transformers
Connection pooling, migrations, typed repositories.
PostgreSQL adapter — connection pooling, schema isolation, health checks
Generic persistence layer — CRUD operations with type-safe repositories
Domain-specific repositories — typed wrappers for entity persistence
Blob storage adapter for assets and attachments.
Config parsing and CSV import/export.
Closed value sets, dictionaries, catalogues.
Two-tier dictionary sync — YAML-defined enumerations with database sync
Hierarchical catalogue — nested category trees with path-based lookup
Document loading and structured content fixtures.
Scaffold models and types from YAML descriptors.
Model scaffolding — generate Go structs and YAML from protocol definitions
Code generation engine — template-based output for Go, SQL, and YAML targets