The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:PDL-IO-DBI KMX"

PDL::IO::DBI - Create PDL from database (optimized for speed and large data) River stage zero No dependents

For creating a piddle from database data one can use the following simple approach: use PDL; use DBI; my $dbh = DBI->connect($dsn); my $pdl = pdl($dbh->selectall_arrayref($sql_query)); However this approach does not scale well for large data (e.g. SQ...

KMX/PDL-IO-DBI-0.012 - 19 Dec 2016 15:42:58 UTC
1 result (0.033 seconds)