Need a CRUD thing

2010-08-25 Thread David Cantrell
Dear interwebs, please point me at a Thingy which will allow me to point a tiny script at a database and have it do CRUDdy web stuff. I really can't be arsed with dicking about with appeasing DBIx::Class and Catalyst by hand. Bonus points if it works with SQLite. Brickbats if it requires mod_per

Re: Need a CRUD thing

2010-08-25 Thread Nigel Metheringham
On 25 Aug 2010, at 14:28, David Cantrell wrote: > Dear interwebs, please point me at a Thingy which will allow me to point > a tiny script at a database and have it do CRUDdy web stuff. A while back I would have pointed you to CatalystX::ListFramework::Builder However I see it has now be

Re: Need a CRUD thing

2010-08-25 Thread Andy Armstrong
On 25 Aug 2010, at 14:28, David Cantrell wrote: > Bonus points if it works with SQLite. Brickbats if it requires mod_perl > or similar or Java. Ruby? :) -- Andy Armstrong, Hexten

Re: Need a CRUD thing

2010-08-25 Thread Denny
On Wed, 2010-08-25 at 14:40 +0100, Nigel Metheringham wrote: > On 25 Aug 2010, at 14:28, David Cantrell wrote: > > Dear interwebs, please point me at a Thingy which will allow me to point > > a tiny script at a database and have it do CRUDdy web stuff. > > A while back I would have pointed you to

Re: Need a CRUD thing

2010-08-25 Thread Peter Edwards
http://search.cpan.org/perldoc?Catalyst::Plugin::AutoCRUD Originated from a beastie we wrote to do Cat + extjs for recruitment software using web browsers, CatalystX::ListFramework Regards, Peter http://perl.dragonstaff.co.uk On Aug 25, 2010 2:34 PM, "David Cantrell" wrote: Dear interwebs, ple

Re: Need a CRUD thing

2010-08-25 Thread Stray Taoist
On Wed, Aug 25, 2010 at 02:40:57PM +0100, Nigel Metheringham wrote: > On 25 Aug 2010, at 14:28, David Cantrell wrote: > > > Dear interwebs, please point me at a Thingy which will allow me to point > > a tiny script at a database and have it do CRUDdy web stuff. CGI/DBI. Job done. m. -- http://

Re: Need a CRUD thing

2010-08-25 Thread Simon Wilcox
On 25/08/2010 14:28, David Cantrell wrote: Dear interwebs, please point me at a Thingy which will allow me to point a tiny script at a database and have it do CRUDdy web stuff. Bonus points if it works with SQLite. phpSQLiteAdmin ? http://phpsqliteadmin.sourceforge.net/index.php S.

Re: Need a CRUD thing

2010-08-25 Thread Tom Hukins
On Wed, Aug 25, 2010 at 02:40:57PM +0100, Nigel Metheringham wrote: > On 25 Aug 2010, at 14:28, David Cantrell wrote: > > > Dear interwebs, please point me at a Thingy which will allow me to point > > a tiny script at a database and have it do CRUDdy web stuff. > > A while back I would have point

Re: Need a CRUD thing

2010-08-25 Thread Tom Hukins
On Wed, Aug 25, 2010 at 03:00:35PM +0100, Tom Hukins wrote: > On Wed, Aug 25, 2010 at 02:40:57PM +0100, Nigel Metheringham wrote: > > On 25 Aug 2010, at 14:28, David Cantrell wrote: > > > Dear interwebs, please point me at a Thingy which will allow me to point > > > a tiny script at a database and

Re: Need a CRUD thing

2010-08-25 Thread Oliver Gorwits
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 25/08/2010 15:12, Tom Hukins wrote: > On Wed, Aug 25, 2010 at 03:00:35PM +0100, Tom Hukins wrote: >> While I like it lots, I don't believe it will help Dave as it's not >> easily scriptable. But you did remind me of a long ago idea to implement a C

Re: Need a CRUD thing

2010-08-25 Thread David Cantrell
On Wed, Aug 25, 2010 at 03:12:29PM +0100, Tom Hukins wrote: > Oh look, I misunderstood the question and made a fool of myself on the > list. But it's also not a "tiny script" as it has lots of > dependencies. Dependencies I don't care about - the computer can take care of those for me. I just d

Re: Need a CRUD thing

2010-08-25 Thread David Cantrell
On Wed, Aug 25, 2010 at 03:27:09PM +0100, Oliver Gorwits wrote: > But you did remind me of a long ago idea to implement a CLI > one-liner version which would take params such as listening port and > DB connection settings, and start up the app. What would be awesome would be if I could have a scr

Re: Need a CRUD thing

2010-08-25 Thread Dagfinn Ilmari Mannsåker
David Cantrell writes: > On Wed, Aug 25, 2010 at 03:12:29PM +0100, Tom Hukins wrote: > >> Oh look, I misunderstood the question and made a fool of myself on the >> list. But it's also not a "tiny script" as it has lots of >> dependencies. > > Dependencies I don't care about - the computer can ta