dbschemix: database migration core

Maintainers

Package info

github.com/dbschemix/core

pkg:composer/dbschemix/core

Statistics

Installs: 7

Dependents: 2

Suggesters: 0

Stars: 1

Open Issues: 0

1.0.2 2026-04-08 16:05 UTC

This package is auto-updated.

Last update: 2026-05-18 08:04:10 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