DB Admin as Plack App

Edmund von der Burg evdb at ecclestoad.co.uk
Fri Jun 10 15:09:06 BST 2011


I've been working in Django and it is not bad. It's pre-canned admin
system is awesome though and is a reason to use it over other
frameworks.

Is there something (public or in-the-pipeline) that would let me add a
db admin layer to an app as a plack app:

builder {
    mount '/db-admin' => builder {
        Plack::App::DBAdmin->new( $db_config )->to_app;
    };
    ....
};

It would then be able to work with any framework, although I suppose
if the DB is accessed via DBIx::Class or similar it would be easy to
write.

Ta,
  Edmund


More information about the london.pm mailing list