The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.