Module sqlite_pipeline

Module sqlite_pipeline 

Source
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§

SqlitePipelineRepository
Structured SQLite pipeline repository using proper database columns