NAME
dbi2http - Export DBI database as HTTP API (Riap::HTTP)
VERSION
This document describes version 0.02 of dbi2http (from Perl distribution Plack-App-dbi2http), released on 2014-06-16.
SYNOPSIS
% dbi2http dbi:SQLite:dbname=/path/to/your.db
% dbi2http dbi:mysql:database=foo --user alice --pass secret
% dbi2http --help
DESCRIPTION
This is a one-liner shortcut to export your DBI database as HTTP API (using Riap::HTTP protocol).
USAGE
% dbi2http [options] <DBI dsn>
OPTIONS
All other options will be passed to plackup.
--user => str
--pass => str
SEE ALSO
HOMEPAGE
Please visit the project's homepage at https://metacpan.org/release/Plack-App-dbi2http.
SOURCE
Source repository is at https://github.com/sharyanto/perl-Plack-App-dbi2http.
BUGS
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=Plack-App-dbi2http
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
AUTHOR
Steven Haryanto <stevenharyanto@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Steven Haryanto.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.