NAME
Curo::Schema::SQLite - An SQL::DB::Schema definition
SYNOPSIS
use SQL::DB; # or anything that extends SQL::DB
my $db = SQL::DB->connect(
dsn => 'dbi:SQLite:...',
username => 'username',
password => 'password',
schema => 'Curo::Schema',
);
DESCRIPTION
See sqldb-schema(1) for details.
Generated:
date: Sun Jun 10 14:45:11 2012
program: App::sqldb_schema
source: dbi:SQLite:dbname=.curo/curo.sqlite
AUTHOR
Mark Lawrence <nomad\@null.net>
COPYRIGHT AND LICENSE
Copyright 2011-2012 Mark Lawrence <nomad\@null.net>
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.