Hi Ludovic, On Sun, Jul 16, 2023 at 6:53 AM Ludovic Courtès <l...@gnu.org> wrote: > > Cuirass now uses a database > connection pool
That is super exciting! In another implementation the pooling code comes with the database interface [1] which makes it available more broadly. Could the pooling code, which presumably lives here, [2] perhaps become part of Guile-Squee? Also, Kudos on your dive into ZeroMQ! I hope you find the experience as rewarding as I did. Kind regards & thanks, Felix [1] https://node-postgres.com/features/pooling [2] https://git.savannah.gnu.org/cgit/guix/guix-cuirass.git/tree/src/cuirass/database.scm#n269