DESCRIPTION

Simple REST API database backend implemented with Plack and DBIx::Class.

For more details, see Hyle.

SYNOPSIS

# hyle.pl --dsn "dbi:SQLite:dbname=/home/user/some_database.sqlite3"
# HTTP::Server::PSGI: Accepting connections at http://0:5000/
# ...

OPTIONS

dsn

user

pass

This script uses Plack::Runner internally and therefore also accepts all parameters that plackup accepts.