I am back developping with OCaml after an 8 years hiatus, and i see the tremendous improvement with the ecosystem!
I am looking to setup an ETL pipeline, where I would execute queries on a postgresql database, perform some work on the data and write to another postgresql database. I have seen caqti, for database interaction, should I know of any other related projects before I start diving into code ?