|
| 1 | +# Database System Document Manifest โ read this FIRST, then load only needed sections. |
| 2 | +_meta: {schema: "1.0.0", generated: "2026-04-12", docs: 29, project: "database_system", tier: 3} |
| 3 | + |
| 4 | +core: |
| 5 | + - {id: DB-DOC-IDX, file: README.md, title: "Project README", keywords: [index, overview], lines: 195} |
| 6 | + - {id: DB-DOC-KR, file: README.kr.md, title: "README (ํ๊ตญ์ด)", keywords: [index, korean], lines: 287, mirrors: DB-DOC-IDX} |
| 7 | + - {id: DB-ARCH-001, file: ARCHITECTURE.md, title: "Architecture", keywords: [architecture, adapters, orm, pooling, layers], lines: 445} |
| 8 | + - {id: DB-ARCH-KR, file: ARCHITECTURE.kr.md, title: "์ํคํ
์ฒ (ํ๊ตญ์ด)", keywords: [architecture, korean], lines: 406, mirrors: DB-ARCH-001} |
| 9 | + - {id: DB-API-001, file: API_REFERENCE.md, title: "API Reference", keywords: [api, query, transaction, connection, pool], lines: 1245} |
| 10 | + - {id: DB-API-KR, file: API_REFERENCE.kr.md, title: "API ์ฐธ์กฐ (ํ๊ตญ์ด)", keywords: [api, korean], lines: 978, mirrors: DB-API-001} |
| 11 | + - {id: DB-API-QR, file: API_QUICK_REFERENCE.md, title: "API Quick Reference", keywords: [api, cheatsheet], lines: 360} |
| 12 | + - {id: DB-FEAT-IDX, file: FEATURES.md, title: "Features (index)", keywords: [features, index], lines: 28} |
| 13 | + - {id: DB-FEAT-KR, file: FEATURES.kr.md, title: "๊ธฐ๋ฅ (ํ๊ตญ์ด)", keywords: [features, korean], lines: 1127, mirrors: DB-FEAT-ORM} |
| 14 | + - {id: DB-FEAT-BE, file: FEATURES_BACKENDS.md, title: "Features โ Backends", keywords: [features, backends, postgres, sqlite, mysql], lines: 299} |
| 15 | + - {id: DB-FEAT-ORM, file: FEATURES_ORM_QUERY.md, title: "Features โ ORM & Query", keywords: [features, orm, query, builder], lines: 594} |
| 16 | + - {id: DB-FEAT-PS, file: FEATURES_POOLING_SECURITY.md, title: "Features โ Pooling & Security", keywords: [features, pool, connection, security, tls], lines: 855} |
| 17 | + - {id: DB-PROJ-001, file: PROJECT_STRUCTURE.md, title: "Project Structure", keywords: [structure, directory], lines: 898} |
| 18 | + - {id: DB-PROJ-KR, file: PROJECT_STRUCTURE.kr.md, title: "ํ๋ก์ ํธ ๊ตฌ์กฐ (ํ๊ตญ์ด)", keywords: [structure, korean], lines: 653, mirrors: DB-PROJ-001} |
| 19 | + - {id: DB-CHG-001, file: CHANGELOG.md, title: "Changelog", keywords: [changelog], lines: 1110} |
| 20 | + - {id: DB-CHG-KR, file: CHANGELOG.kr.md, title: "๋ณ๊ฒฝ ์ด๋ ฅ (ํ๊ตญ์ด)", keywords: [changelog, korean], lines: 1007, mirrors: DB-CHG-001} |
| 21 | + - {id: DB-GS-001, file: GETTING_STARTED.md, title: "Getting Started", keywords: [getting-started], lines: 434} |
| 22 | + |
| 23 | +guides: |
| 24 | + - {id: DB-G-ORM, file: ORM_GUIDE.md, title: "ORM Guide", keywords: [orm, guide, model, mapping], lines: 676} |
| 25 | + - {id: DB-G-ADPT, file: ADAPTER_PATTERNS.md, title: "Adapter Patterns", keywords: [adapter, patterns, integration], lines: 720} |
| 26 | + - {id: DB-G-BE, file: BACKENDS.md, title: "Backends", keywords: [backends, database-types, drivers], lines: 189} |
| 27 | + - {id: DB-G-MIG, file: MIGRATION_database_base.md, title: "Migration from database_base", keywords: [migration, upgrade, legacy], lines: 305} |
| 28 | + |
| 29 | +quality: |
| 30 | + - {id: DB-QUAL-001, file: PRODUCTION_QUALITY.md, title: "Production Quality", keywords: [quality, sanitizers], lines: 685} |
| 31 | + - {id: DB-QUAL-KR, file: PRODUCTION_QUALITY.kr.md, title: "ํ๋ก๋์
ํ์ง (ํ๊ตญ์ด)", keywords: [quality, korean], lines: 387, mirrors: DB-QUAL-001} |
| 32 | + - {id: DB-BENCH, file: BENCHMARKS.md, title: "Benchmarks", keywords: [benchmarks, performance, latency], lines: 663} |
| 33 | + - {id: DB-BENCH-KR, file: BENCHMARKS.kr.md, title: "๋ฒค์น๋งํฌ (ํ๊ตญ์ด)", keywords: [benchmarks, korean], lines: 558, mirrors: DB-BENCH} |
| 34 | + |
| 35 | +reference: |
| 36 | + - {id: DB-ECO, file: ECOSYSTEM.md, title: "Ecosystem", keywords: [ecosystem], lines: 28} |
| 37 | + - {id: DB-SOUP, file: SOUP.md, title: "SOUP", keywords: [soup], lines: 124} |
| 38 | + - {id: DB-TRACE, file: TRACEABILITY.md, title: "Traceability", keywords: [traceability], lines: 133} |
| 39 | + |
| 40 | +load_patterns: |
| 41 | + quick_start: [DB-DOC-IDX, DB-GS-001, DB-API-QR] |
| 42 | + architecture_review: [DB-ARCH-001, DB-PROJ-001, DB-FEAT-BE] |
| 43 | + api_deep: [DB-API-001, DB-FEAT-ORM, DB-FEAT-PS] |
| 44 | + orm_work: [DB-G-ORM, DB-FEAT-ORM, DB-API-001] |
| 45 | + pool_work: [DB-FEAT-PS, DB-API-001] |
| 46 | + backend_work: [DB-G-BE, DB-FEAT-BE, DB-G-ADPT] |
| 47 | + security_work: [DB-FEAT-PS] |
| 48 | + quality_audit: [DB-QUAL-001, DB-BENCH] |
| 49 | + migration_work: [DB-G-MIG, DB-CHG-001] |
0 commit comments