NAME
App::Zapzi::Database - database access for Zapzi
VERSION
version 0.005
DESCRIPTION
This class provides access to the Zapzi database.
ATTRIBUTES
app
Link to the App::Zapzi application object.
METHODS
database_file
The SQLite file where the database is stored.
dsn
The DSN used to connect to the SQLite database.
schema
The DBIx::Class::Schema object for the application.
init
Initialise the database to a new state.
AUTHOR
Rupert Lane <rupert@rupert-lane.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Rupert Lane.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.