openbsd-ports/databases/p5-Mojo-SQLite/pkg/DESCR
abieber 69250a39b2 Import Mojo-SQLite 3.009
This is tiny Mojolicious wrapper for SQLite.

OK bluhm@
2022-11-10 03:30:48 +00:00

7 lines
347 B
Plaintext

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.