The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::mimi::db - Database abstraction

SYNOPSIS

DESCRIPTION

Basic database abstractions. Just to keep SQL in one file.

METHODS

new

Creates new object.

create_migration(%migration)

Creates migration with provided options.

fetch_last_migration

Fetches last migration.

fix_last_migration

Sets last migration.

is_prepared

Checks if journal is prepared.

prepare

Creates journal database.

AUTHOR

Viacheslav Tykhanovskyi, viacheslav.t@gmail.com

COPYRIGHT AND LICENSE

Copyright (C) 2017, Viacheslav Tykhanovskyi

This program is free software, you can redistribute it and/or modify it under the terms of the Artistic License version 2.0.

This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.