pdo_mysql

Hi to everybody,
I’m new in the forum because I’m searching for a solution.
I want to install Piwik, but my hoster gives me no pdo_mysql because the security on a shared webhosting. As an alternative he wants to give me pdo_sqlite. Is there any possibility to run Piwik with pdo_sqlite?
Thanks in advance!

SQLite would be a useful option. That way I could use Piwik on sites that don’t have a MySQL database available.

I’ve never coded in PHP, but I would guess that it may be like Perl, in that it would just be a case of using a different module to talk to the database; the syntax of the SQL calls should be the same.

There’s already a Feature Request ticket for this item, but afaik no one is working on it. Any volunteers?