[dev] Horde groupware & sqlite3

Chuck Hagenbuch chuck at horde.org
Tue Aug 29 06:49:34 PDT 2006


Quoting Pieter Vanmeerbeek <pieter.vanmeerbeek at able.be>:

> - PDO- sqlite: version sqlite3 and sqlite2
> - PHP 5 build-in sqlite: only for sqlite2
> - php-sqlite3 plugin (http://php-sqlite3.sourceforge.net) : extra php module
> for sqlite3

These are PHP extensions (written in C). You need one of these to  
access sqlite dbs, period.

> - pear  DB - sqlite: pear module default only for sqlite2, however previous
> package includes an extra file for the DB package
>
> -MDB2 - sqlite: apparently only sqlite 2; I am unable to find a plug-in for
> sqlite3

These are abstraction layers (written in PHP). We use DB and  
MDB2_Schema. You can't substitute one of A for one of B or vice versa,  
you need both.

-chuck

-- 
"we are plastered to the windshield of the bus that is time." - Chris


More information about the dev mailing list