Expand description
PostgresAcpRepository — adapter sqlx pour le port AcpRepository.
Story 1.1. Utilise sqlx::query runtime (pas query_as! macro) pour
cohérence avec le pattern existant PostgresBuildingRepository (évite
la dépendance compile-time à la DB en CI ; cf. mémoire
use-docker-compose-for-tooling).