Alien-DuckDB

 view release on metacpan or  search on metacpan

lib/Alien/DuckDB.pm  view on Meta::CPAN


 use Alien::DuckDB;
 use FFI::Platypus;

 my $ffi = FFI::Platypus->new;
 $ffi->lib(Alien::DuckDB->dynamic_libs);

=head1 DESCRIPTION

This distribution provides DuckDB so that it can be used by other Perl distributions
that require it. DuckDB is an in-process SQL OLAP database management system that
provides fast analytics on large datasets.

This Alien distribution will download and install the appropriate pre-built DuckDB
binaries for your platform. It supports Linux (x86_64, aarch64), macOS (Universal),
and Windows (x86_64, arm64).

=head1 METHODS

=head2 dynamic_libs



( run in 0.342 second using v1.01-cache-2.11-cpan-8d75d55dd25 )