[TYPO3-dev] Using Postgres in an Extension and use pure SQL
Xavier Perseguers
typo3 at perseguers.ch
Wed Jan 28 17:03:54 CET 2009
Hi,
> If you don't like to write SQL directly you could use DBAL. You can
> configure a mapping of tables, so that every query on your tables will
> be sent to the Postgresql server (see DBAL docs). But that's quite an
> overhead.
>
> If you don't need a portable app and make only a few queries IMHO using
> the PG-functions will be the best and fastest (development and
> performance) solution.
I use rvt_adodb and it works very well with MS SQL Server.
--
Xavier Perseguers
http://xavier.perseguers.ch/en/tutorials/typo3.html
More information about the TYPO3-dev
mailing list