Database Abstraction

Tagged:  

I'm going to *assume* that the code is abstracted from the database. Is there any work being done to bring PP to PostgreSQL or SQLite?

If not, can someone point me in the direction and give me some pointers on where to start? I can port SQL queries to PostgreSQL and even Oracle.

Thanks in advance.

Hi Zariok,

yes, there is some level of db abstraction available. You'll notice during the install there is a dropdown made available for other dbs, but none besides mysql are supported now. If you look at /environment/library/database/adapters you should see how the MySQL is setup.

As far as I know, there is no one else working on providing any other db support but it would of course be highly appreciated and useful. Check out the code and post any patches in the issue que. You might also be able to get more help or information by asking on the development mailing list.