IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Depends on the ORM, naturally
Generally speaking application servers will use a single or low number of database users, by context. That is, you may have a single application user named 'app' with CRUD permissions on all of the application tables. This enables connection pooling. If there are audit requirements, they can be built into the application, which is a trusted party in this mode of operation.

If that's not sufficient, then any connection pooling framework, ORM or otherwise, may not be indicated. Generally speaking only internal applications require this level of scrutiny, and a public-facing ecommerce site (or extranet situation) won't need it.

Note that Oracle has a means of operation that enables tagging of connections with audit information passed through from the application. This is another option if your RDBMS supports it.
Regards,
-scott
Welcome to Rivendell, Mr. Anderson.
New Thanks.
     Interesting - (lincoln) - (31)
         Re: Interesting - (malraux) - (1)
             Re: Interesting - (lincoln)
         SQL snobbery - (static) - (22)
             Temp tables is my bet. - (mmoffitt) - (6)
                 Re: Temp tables is my bet. - (malraux) - (5)
                     Setting up temp tables correctly can be difficult. - (static)
                     If you guys say "table" one more time... - (pwhysall) - (3)
                         :-) -NT - (scoenye)
                         Only an uns*table* person would think of it! :) -NT - (a6l6e6x)
                         Ahh.. The Green Table, then: you're a balletomane.. -NT - (Ashton)
             Here is the easiest question I've received on SQL - (lincoln) - (14)
                 Re: Here is the easiest question I've received on SQL - (malraux) - (13)
                     deal_1_par_amount, deal_2_par_amount not displayed - (lincoln) - (1)
                         Re: deal_1_par_amount, deal_2_par_amount not displayed - (malraux)
                     FWIW I hate overly-terse table names like that - (drook) - (10)
                         Eh. - (malraux) - (9)
                             Ignorant question - (drook) - (8)
                                 I use Django's ORM these days - (malraux) - (7)
                                     The tools have definitely gotten better, then - (drook) - (3)
                                         PHP ORMs are execrable. - (malraux) - (2)
                                             Only PHP library I care about now is WordPress - (drook)
                                             This is unfortunately true. - (static)
                                     Newbie ORM question. - (mmoffitt) - (2)
                                         Depends on the ORM, naturally - (malraux) - (1)
                                             Thanks. -NT - (mmoffitt)
         Well, they didn't like my using tables - (lincoln) - (5)
             Unlucky - (pwhysall)
             Re: "more technical" - (a6l6e6x) - (3)
                 Oh, it gets even better - (lincoln) - (2)
                     I've taken coding tests for executive positions - (malraux)
                     I used to be on the other side - (crazy)

This is nothing compared to Grand Theft Auto III, because you can't steal a taxi cab, pick up somebody, then drive into the ocean with him.
89 ms