Hi Olivier,
> Right. Postgresql makes sens for huge CI like ci.guix.gnu.org I guess. > However it would indeed be nice to have the option to select sqlite as > the DBMS. Exactly! > Maybe the solution would be to use a object-relational mapper and > generate the schemas on the fly depending on the DBMS. I think that > `guile-dbi` does just that. I think object-relational mappers add too much complexity. guile-dbi and guile-dbd-* with simple SQL queries should be more than sufficient for the job. Regards, Arun