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

NAME

Database::Temp::Driver::Pg - Create an ad-hoc database, driver for Postgres

VERSION

version 0.003

is_available

Can this driver provide a database?

Return boolean.

new

Create a temp database.

User should never call this subroutine directly, only via Database::Temp.

AUTHOR

Mikko Koivunalho <mikkoi@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2023 by Mikko Johannes Koivunalho.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.