Adds support for running database migrations in your application
A database agnostic library that provides support for handling creation, running, and reverting migrations.
- A PDO connection.
- The queries and statements compatible with the database variant you choose.
See https://phpolar.github.io/migrations/
Source Code Size: *15kB
| Command | Memory Usage |
|---|---|
| create | 100 kB |
| run | 39 kB |
| revert | 109 kB |
- Note: Does not include comments.