DESCRIPTION

This tests the Yancy::Backend::Sqlite module which uses Mojo::SQLite to connect to a SQLite database.

If Mojo::SQLite version >= 3.005 is installed, this script will run. Set the TEST_ONLINE_SQLITE environment variable to a Mojo::SQLite connect string in order to save the database to disk rather than a temporary location:

$ export TEST_ONLINE_SQLITE=sqlite:/tmp/test.db

SEE ALSO

t/lib/Local/Test.pm, Mojo::SQLite, Yancy