Build Status

Mojolicious::Plugin::Tables

The "Tables" Framework is now a Mojolicious Plugin.

Guide

Guide information is embedded in the main POD text.

Running the Test application

The test scripts run a minimal app called 'blah', against a sample SQLite database.

To actually run the same test web app, do this:

EXAMPLEDB=t/example.db t/blah/script/blah daemon

and browse to localhost:3000.

Building a distribution

# (remember to bump version number in first)
perl Makefile.PL
make test
make manifest
make dist
mojo cpanify -u USER -p PASS *Tables*tar.gz