NAME
Test2::Tools::QuickDB - Quickly spin up temporary Database servers for tests.
DESCRIPTION
This is a test library build around DBIx::QuickDB.
SYNOPSIS
use Test2::V0 -target => DBIx::QuickDB::Driver::PostgreSQL;
use Test2::Tools::QuickDB;
skipall_unless_can_db('PostgreSQL');
my $db = get_db db => {driver => 'PostgreSQL', load_sql => 't/schema/postgresql.sql'};
...
TODO - MORE DOCS
This is a VERY alpha release, more docs to come, API may change completely.
SOURCE
The source code repository for DBIx-QuickDB can be found at https://github.com/exodist/DBIx-QuickDB/.
MAINTAINERS
AUTHORS
COPYRIGHT
Copyright 2018 Chad Granum <exodist7@gmail.com>.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://dev.perl.org/licenses/