dbschemix: database migration pdo

Maintainers

Package info

github.com/dbschemix/pdo

pkg:composer/dbschemix/pdo

Statistics

Installs: 3

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 0

1.0.4 2026-05-18 09:49 UTC

This package is auto-updated.

Last update: 2026-05-18 09:50:33 UTC


README

Static analysis

To run static analysis:

make check

To fix code style:

make fix

Testing

The package is tested with

To run tests:

make tests