1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/databases/p5-GitDDL/pkg-descr
Jun Kuriyama cc58f3b02f This is database migration helper module for users who manage database
schema version by single .sql file in git repository.

By using this module, you can deploy .sql to database, check sql
version between database and .sql file, make diff between them, and
apply alter table to database.

WWW: http://search.cpan.org/dist/GitDDL/
2015-06-02 04:28:26 +00:00

9 lines
332 B
Plaintext

This is database migration helper module for users who manage database
schema version by single .sql file in git repository.
By using this module, you can deploy .sql to database, check sql
version between database and .sql file, make diff between them, and
apply alter table to database.
WWW: http://search.cpan.org/dist/GitDDL/