starlit/db-migration

A lightweight database migrator.


Keywords
database, orm, mysql, migration, pdo
License
BSD-3-Clause

Documentation

Starlit Db

Build Status Code Coverage

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.