juankpro has asked for the wisdom of the Perl Monks concerning the following question:
I started learning Perl a couple of months ago and started a project which I call Migrate so I can learn as much Perl as possible.
The project allows managing DB schema changes (migrations) using Perl syntax for creating and removing tables, indexes, columns and constraints instead of plain SQL.
The current implementation is using DBI and DBD::SQLite and there is also an implementation for Informix, but I made it in such a way other RDMS implementation can be added as separate libraries easily.
I need the following:
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Help publishing my DB migration project
by hippo (Archbishop) on Aug 17, 2018 at 11:23 UTC | |
by juankpro (Novice) on Aug 17, 2018 at 13:47 UTC | |
|
Re: Help publishing my DB migration project
by davido (Cardinal) on Aug 17, 2018 at 15:21 UTC | |
by juankpro (Novice) on Aug 18, 2018 at 01:36 UTC | |
by davido (Cardinal) on Aug 18, 2018 at 08:10 UTC | |
by juankpro (Novice) on Sep 07, 2018 at 10:23 UTC | |
by marto (Cardinal) on Sep 07, 2018 at 10:33 UTC | |
by hippo (Archbishop) on Sep 07, 2018 at 11:05 UTC |