Re: Need help to decide Mysql vs Postgres - Mailing list pgsql-performance

From Enrico Weigelt
Subject Re: Need help to decide Mysql vs Postgres
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: Need help to decide Mysql vs Postgres  (PFC <[email protected]>)
Responses Re: Need help to decide Mysql vs Postgres
List pgsql-performance
* 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/
---------------------------------------------------------------------

pgsql-performance by date:

Previous
From: Enrico Weigelt
Date:
Subject: Re: Select performance vs. mssql
Next
From: Mark Lewis
Date:
Subject: Re: Need help to decide Mysql vs Postgres