Expand description
§SQLite Pipeline Repository Adapter
Implements the pipeline repository interface using SQLite for persistence. Follows Hexagonal Architecture with proper relational schema, ACID transactions, connection pooling, and parameterized queries for security. See mdBook for detailed schema documentation and usage examples.
Structs§
- Sqlite
Pipeline Repository - Structured SQLite pipeline repository using proper database columns