Is it just the install script that bind Fuel-CMS to MySQL? If we change the sql script to be legit with Postgre and the DB config to match ... is there something more we have to change elsewere? Just to know before I dive in. Thanks!
In the fuel/application/libraries folder there is a MY_DB_mysql_driver.php and MY_DB_mysql_result.php which would need to be modified. I'd be interested to hear if you are able to get it to work on Postgres.
Not yet. I had other priorities since then ... I do recall that there was a method in MY_DB_mysql_driver.php that uses INSERT IGNORE ... other then that, seem's easy enough.
Unfortunately, I'm not aware of any POSTGRES changes. However, if you are able to make progress on this front, please post back and let us know how it goes.
Comments
I do recall that there was a method in MY_DB_mysql_driver.php that uses INSERT IGNORE ... other then that, seem's easy enough.
thanks for your quick response.
If so, would it be possible to have the sql_schema file translated into POSTGRESQL?
Thanks