mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-26 09:52:11 +03:00
docs(architecture): sync stale DB-layer counts (45+/55 → 95+/110+) across REPOSITORY_MAP, db-schema diagram, llm.txt + 42 i18n mirrors (#6167). Docs-only; check:docs-all passes locally on the reconstruction. Reds are pre-existing base-red drift on release/v3.8.45 (dast-smoke #6228; executor-kiro.test.ts eslint anys; changelog/package.json version drift) — none introduced by this PR. Integrated into release/v3.8.45.
17 lines
674 B
Plaintext
17 lines
674 B
Plaintext
%% Database schema overview (selected core tables)
|
|
%% Reflects: src/lib/db/* (95+ modules, 110+ migrations)
|
|
%% v3.8.0
|
|
erDiagram
|
|
api_keys ||--o{ api_key_usage : tracks
|
|
api_keys ||--o{ rate_limits : enforces
|
|
providers ||--o{ provider_connections : holds
|
|
provider_connections ||--o{ domain_circuit_breakers : protected_by
|
|
combos ||--o{ combo_targets : contains
|
|
combos ||--o{ combo_executions : logs
|
|
spend_buffer ||--o{ usage_aggregations : flushed_to
|
|
memory_documents ||--o{ memory_chunks : split_into
|
|
skills_runs ||--o{ skills_logs : produced
|
|
agent_tasks ||--o{ agent_task_events : streams
|
|
audit_log }|--|| api_keys : by
|
|
mcp_audit }|--|| api_keys : by
|