Database-Async
view release on metacpan or search on metacpan
pool_args
Returns a list of standard pool constructor arguments.
configure
Applies configuration, see IO::Async::Notifier for details.
Supports the following named parameters:
* uri - the endpoint to use when connecting a new engine instance
* engine - the parameters to pass when instantiating a new
Database::Async::Engine
* pool - parameters for setting up the pool, or a
Database::Async::Pool instance
* encoding - default encoding to apply to parameters, queries and
results, defaults to binary
lib/Database/Async.pm view on Meta::CPAN
}
=head2 configure
Applies configuration, see L<IO::Async::Notifier> for details.
Supports the following named parameters:
=over 4
=item * C<uri> - the endpoint to use when connecting a new engine instance
=item * C<engine> - the parameters to pass when instantiating a new L<Database::Async::Engine>
=item * C<pool> - parameters for setting up the pool, or a L<Database::Async::Pool> instance
=item * C<encoding> - default encoding to apply to parameters, queries and results, defaults to C<binary>
=back
=cut
lib/Database/Async.pod view on Meta::CPAN
Returns a list of standard pool constructor arguments.
=head2 configure
Applies configuration, see L<IO::Async::Notifier> for details.
Supports the following named parameters:
=over 4
=item * C<uri> - the endpoint to use when connecting a new engine instance
=item * C<engine> - the parameters to pass when instantiating a new L<Database::Async::Engine>
=item * C<pool> - parameters for setting up the pool, or a L<Database::Async::Pool> instance
=item * C<encoding> - default encoding to apply to parameters, queries and results, defaults to C<binary>
=back
=head2 ryu
( run in 0.406 second using v1.01-cache-2.11-cpan-cc502c75498 )