-
released this
2026-04-02 12:08:08 +02:00 | 3 commits to main since this release-
Test suite with 45 tests (lib, config, import, models, repository)
-
Library crate (lib.rs) exposing modules for integration testing
-
Test utilities and fixtures in tests/common/
-
Refactored CSV parsing to pure parse_csv_fields() function for testability
-
Added field validation (minimum 16 fields required)
-
Fixed last_insert_id() using SELECT LAST_INSERT_ID()
-
Multi-environment support (dev/test/prod)
-
Database schema simplifications
-
AI-agent-friendly code comments throughout
-
Comprehensive README with testing section
-
Production build instructions
Downloads
-