[TYPO3-dev] Using Postgres in an Extension and use pure SQL
ries van Twisk
typo3 at rvt.dds.nl
Thu Jan 29 02:41:14 CET 2009
On Jan 28, 2009, at 11:03 AM, Xavier Perseguers wrote:
> 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
>
Xavier,
that's good to know. I have only used it against PostgreSQL since 2
years now and
glad to hear it works against mssql aswell. Well, it should be of-
course since it just provides a AdoDB interface
Ries
More information about the TYPO3-dev
mailing list