Mojo::SQLite

Mojo::SQLite is a tiny wrapper around DBD::SQLite that makes SQLite
<https://www.sqlite.org/> a lot of fun to use with the Mojolicious
<https://mojolico.us> real-time web framework. Use all SQL features
<http://sqlite.org/lang.html> SQLite has to offer, generate CRUD queries
from data structures, and manage your database schema with migrations.

INSTALLATION

This is a Perl module distribution. It should be installed with whichever
tool you use to manage your installation of Perl, e.g. any of

  cpanm .
  cpan  .
  cpanp -i .

Consult http://www.cpan.org/modules/INSTALL.html for further instruction.
Should you wish to install this module manually, the procedure is

  perl Build.PL
  ./Build
  ./Build test
  ./Build install

COPYRIGHT AND LICENSE

Copyright 2015, Dan Book.

This library is free software; you may redistribute it and/or modify it
under the terms of the Artistic License version 2.0.
