Changes for version 0.06 - 2026-08-18

  • dbil_abi v2: on_exec, an observer for statements.
  • DBIx::Loop->on_exec(\&start, \&done): the same registry, reached from Perl.
    • DBIx::Loop->on_exec( sub { my ($is_query, $sql, $nbind) = @_; return { at => time, sql => $sql } }, sub { my ($token, $res, $err) = @_; record($token->{sql}, time - $token->{at}) }, );

Modules

non-blocking DBI on your event loop
the canonical future for DBIx::Loop
drive DBIx::Loop on AnyEvent
drive DBIx::Loop on a Hyperman event loop, in C
drive DBIx::Loop on an IO::Async event loop
drive DBIx::Loop on Mojo::IOLoop