# Trouve-KA — accès PostgreSQL (pool asyncpg + dépôts) # Author: Simon-Pierre Boucher # Contact: contact@spboucher.ai """Couche d'accès PostgreSQL : pool asyncpg, migrations, dépôts frontier/domaines/documents.""" from .db import Database from .migrate import run_migrations __all__ = ["Database", "run_migrations"]