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

NAME

KiokuDB::Navigator - KiokuDB Database Navigator

SYNOPSIS.

  use KiokuDB::Navigator;

  my $dir = KiokuDB->connect( ... );

  KiokuDB::Navigator->new( db => $dir )->run;

  # or you can use the KiokuDB::Cmd extension

  % kioku nav --dsn bdb:dir=root/db

DESCRIPTION

This is a KiokuDB database navigator and is meant to help you browse the structure of your KiokuDB object database.

This is a very early version of this module, it still needs a lot of polishing and additional features, but so far it does a pretty good job. Try it and see.

METHODS

run

BUGS

All complex software has bugs lurking in it, and this module is no exception. If you find a bug please either email me, or add the bug to cpan-RT.

AUTHOR

Stevan Little <stevan.little@iinteractive.com>

COPYRIGHT AND LICENSE

Copyright 2009-2010 Infinity Interactive, Inc.

http://www.iinteractive.com

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