blob: d35db90d5e3af86c53164f8d334f911cbaaa9359 (
plain)
1
2
3
4
5
6
|
ORLite::Migrate is a light weight single class Database Schema Migration
enhancement for ORLite. It provides a simple implementation of schema
versioning within the SQLite database using the built-in user_version pragma
(which is set to zero by default).
WWW: https://metacpan.org/release/ORLite-Migrate
|