Changes for version 0.010 - 2015-08-08
- Create a tempdir for temporary databases
- Use immediate locking for migrations instead of exclusive
- Run query callbacks using next_tick instead of immediately
- Don't call finish in Results destructor while other Results objects refer to the statement handle (GH #2)
Modules
A tiny Mojolicious wrapper for SQLite
Database
Migrations
Results
Transaction
Examples
- examples/blog/blog.conf
- examples/blog/lib/Blog.pm
- examples/blog/lib/Blog/Controller/Posts.pm
- examples/blog/lib/Blog/Model/Posts.pm
- examples/blog/migrations/blog.sql
- examples/blog/script/blog
- examples/blog/templates/layouts/blog.html.ep
- examples/blog/templates/posts/_form.html.ep
- examples/blog/templates/posts/create.html.ep
- examples/blog/templates/posts/edit.html.ep
- examples/blog/templates/posts/index.html.ep
- examples/blog/templates/posts/show.html.ep