starlit / db-migration
A lightweight database migrator.
1.0.0
2019-03-18 09:29 UTC
Requires
- php: >=7.1
- ext-pdo_mysql: *
- starlit/db: ^0.12.2
Requires (Dev)
- phpunit/phpunit: ^7.5
This package is auto-updated.
Last update: 2024-10-18 21:56:44 UTC
README
Migration library for the lightweight database/PDO abstraction layer starlit/db
.
Currently only tested with MySQL.
Installation
Add the package as a requirement to your composer.json
:
$ composer require starlit/db-migration
Requirements
- Requires PHP 7.1 or above.
License
This software is licensed under the BSD 3-Clause License - see the LICENSE
file for details.