App-AutoCRUD
view release on metacpan or search on metacpan
t/00_autocrud.t view on Meta::CPAN
use strict;
use warnings;
use Plack::Test;
use Test::More;
use HTTP::Request::Common;
use App::AutoCRUD;
use FindBin;
use DBI;
use JSON::MaybeXS;
use Encode;
my $sqlite_path = "$FindBin::Bin/data/"
. "Chinook_Sqlite_AutoIncrementPKs_empty_tables.tst_sqlite";
# connect to an in-memory copy of the database
( run in 0.372 second using v1.01-cache-2.11-cpan-de7293f3b23 )