I was unaware of dbicadmin. I'll look into hacking it to achieve the same simple command line interface that DBIx::Class::Client provides so that you could easily write a music.pl script (the example script in DBIx:Class::Client) by extending DBIx::Class::Script::Admin.
Thanks, Jay On Tue, Aug 26, 2008 at 11:19 AM, Matt S Trout <[EMAIL PROTECTED]> wrote: > On Tue, Aug 26, 2008 at 10:39:56AM -0700, Jay Buffington wrote: >> Hi, >> >> I wrote a quick module for creating a command line client based off >> your DBIx class schema that allows for inserting/deleting/viewing rows >> in the database. It basically maps DBIx::Class::Schema's to >> GetOpt::Long. I'd like to put it on CPAN, but I wanted to make sure >> this is okay because uploading to someone else's namespace. >> >> Have a look: >> http://mlug.missouri.edu/~jay/perl/DBIx-Class-Client-0.0.5.tar.gz > > What does this achieve that > > http://search.cpan.org/dist/DBIx-Class/script/dbicadmin > > doesn't? > > If you'd like to submit patches to dbicadmin, I'd love to have them > - and factoring out that code into DBIx::Class::Script::Admin so you can > extend it easily would be awesome. > > But I'm not sure I see the need for a duplicate with a slightly different > API? > > -- > Matt S Trout Need help with your Catalyst or DBIx::Class project? > Technical Director http://www.shadowcat.co.uk/catalyst/ > Shadowcat Systems Ltd. Want a managed development or deployment platform? > http://chainsawblues.vox.com/ http://www.shadowcat.co.uk/servers/ > > _______________________________________________ > List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class > IRC: irc.perl.org#dbix-class > SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/ > Searchable Archive: http://www.grokbase.com/group/[EMAIL PROTECTED] > -- Make a small loan, Make a big difference - Kiva.org _______________________________________________ List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/ Searchable Archive: http://www.grokbase.com/group/[EMAIL PROTECTED]
