in reply to Re: What do people want from DB abstraction modules?
in thread What do people want from DB abstraction modules?

Please describe everything. :)
Have you tried freelancing? Check out Scriptlance - I work there.
  • Comment on Re^2: What do people want from DB abstraction modules?

Replies are listed 'Best First'.
Re^3: What do people want from DB abstraction modules?
by suaveant (Parson) on Jan 05, 2006 at 17:43 UTC
    Well... everything... first of all it should be able to connect to any database and all functionality should be supported transparently. Functionality that isn't in some databases should be supplied by the module. It should be able to push dates and times at you in a consitent and configurable manner. You should be able to describe what you want in english and have it return data $dbe->plaintext_query("Give me all the clients from Schenectady, NY who are past due on their bill"). All functionality that is implemented should act the same, regardless of how the database handles the back end, count, group by, limit etc. Oh.. and it should make good coffee. :)

    It would do all this remarkably quickly.

    It would be called God::DB ;)

                    - Ant
                    - Some of my best work - (1 2 3)

      Wash dishes for you? How about doing the whole thing (writing Perl code) for you?

      Anyway - I didn't quite planed this as a joke node, so more constructive replies would be great.


      Have you tried freelancing? Check out Scriptlance - I work there.
        Yeah... that is why I aplogized when I wrote it :)

        A couple of my points were valid, but a bit pie in the sky. The thing about dates is actually quite relevant, but since I don't use anything like DBIx I can't comment on what is already out there and what it can do.

                        - Ant
                        - Some of my best work - (1 2 3)