The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

use strict;
our $VERSION = '0.000004';
# row manipulation
requires qw{
all
any
count
find
find_or_insert
insert
insert_row
update
update_or_insert
};
# Find scaffolding bits
requires qw{
source
table
};
# Returns select objects
requires qw{
aside
async
forked
relations
select
aggregate
};
# Utility
requires qw{
shotgun
};
1;