* PFC <[EMAIL PROTECTED]> wrote:

<snip>
>       For Python it's the reverse : the MySQL driver is slow and dumb, 
>       and the  postgres driver (psycopg 2) is super fast, handles all 
> quoting, 
> and knows  about type conversions, it will automatically convert a 
> Python List into a  postgres Array and do the right thing with quoting, 
> and it works both ways  (ie you select a TEXT[] you get a list of 
> strings all parsed for you). It  knows about all the postgres types (yes 
> even numeric <=> python Decimal)  and you can even add your own types. 
> That's really cool, plus the  developer is a friendly guy.

Is there anything similar for java ?


cu
-- 
---------------------------------------------------------------------
 Enrico Weigelt    ==   metux IT service
  phone:     +49 36207 519931         www:       http://www.metux.de/
  fax:       +49 36207 519932         email:     [EMAIL PROTECTED]
---------------------------------------------------------------------
  Realtime Forex/Stock Exchange trading powered by postgresSQL :))
                                            http://www.fxignal.net/
---------------------------------------------------------------------

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Reply via email to