--- layout: 'list' uri: '/framework/infrastructure' position: 40 slug: 'framework-infrastructure' parent: 'framework' navTitle: 'Infrastructure' title: 'Infrastructure' description: 'Infrastrukturní vrstva -- konfigurace, databáze, security, Wire DI.' --- # Infrastructure Implementace doménových interfaces a podpůrná infrastruktura. Balíčky: `config/` (env proměnné), `database/` (SQLite manager, migrace), `sqlite/` (repozitáře), `security/` (JWT, hesla, permissions), `di/` (Wire compile-time DI). 1. [Config](/framework/infrastructure/config.md) 2. [Database](/framework/infrastructure/database.md) 3. [Security](/framework/infrastructure/security.md) 4. [Wire DI](/framework/infrastructure/wire.md) 5. [Scheduler](/framework/infrastructure/scheduler.md) 6. [Job Queue](/framework/infrastructure/job-queue.md) 7. [Observability](/framework/infrastructure/observability.md) --- [← Console](/framework/presentation/console.md) | [Config →](/framework/infrastructure/config.md)