NAME

DBIx::Custom::TransactionScope - Transaction scope

SYNOPSYS

use DBIx::Custom::SQLite;

# New
my $dbi = DBIx::Custom::SQLite->new(user => 'taro', $password => 'kliej&@K',
                                    database => 'sample');

# Connect memory database
my $dbi->connect_memory;

ATTRIBUTES

dbi

METHODS

run

AUTHOR

Yuki Kimoto, <kimoto.yuki at gmail.com>

Github http://github.com/yuki-kimoto

I develope this module http://github.com/yuki-kimoto/DBIx-Custom

Copyright & lisence

Copyright 2009 Yuki Kimoto, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.