apparently vaguely working store code
[catagits/App-IdiotBox.git] / t / store / sqlite.t
CommitLineData
265c2b91 1use strict;
2use warnings FATAL => 'all';
3
4use App::IdiotBox::Store::SQLite;
5
6use Devel::Dwarn;
7
8my $ib = {};
9
10App::IdiotBox::Store::SQLite->bind($ib);
11
12#Dwarn [ $ib->{recent_announcements}->flatten ];
13my $bucket = DwarnS $ib->{buckets}->get({ slug => 'opw2010'});
14
15#Dwarn [ $bucket->{videos}->flatten ];
16
17Dwarn $bucket->{videos}->get({ slug => 'troll-god-mountain' });