Hello! Felix Lechner <felix.lech...@lease-up.com> skribis:
> 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? The pool implementation is here: https://git.savannah.gnu.org/cgit/guix/guix-cuirass.git/tree/src/cuirass/utils.scm?id=c4743b54720e86b0e0b0295fb6d33977e4293644#n96 Currently Guile-Squee does not depend on Fibers, so I don’t think we can move the pool there, or at least not without changing that (but I think it’s good that one can use Guile-Squee without Fibers). Thanks, Ludo’.