NAME

TreePath::Backend::DBIx - Backend 'DBIx' for TreePath

VERSION

version 0.02

CONFIGURATION

See t/conf/treefromdb.yml

Model::TPath:
  schema_class: Schema::TPath
  connect_info:
    dsn: 'dbi:SQLite:dbname=:memory:'

TreePath:
  debug: 0
  backend:
    name: DBIx
    model: Model::TPath

REQUIRED SCHEMA

See t/lib/Schema/TPath/Result/

AUTHOR

Daniel Brosseau, <dab at catapulse.org>

LICENSE AND COPYRIGHT

Copyright 2014 Daniel Brosseau.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.