pralangga / pdns-gui

Automatically exported from code.google.com/p/pdns-gui
0 stars 0 forks source link

Engine independent database #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Install postgres
2.Try to install
3.Check code

What is the expected output? What do you see instead?
*Expected: code using abstract database library, supporting wide range of
SQL systems (mysql, postgres, odbc, whatever powerdns supports)
*See: mysql specific code

Original issue reported on code.google.com by grinapo on 3 Feb 2010 at 6:18

GoogleCodeExporter commented 8 years ago
Actually because Symfony uses Propel/Creole as database abstraction layer, this 
can
be very easily done. All this database drivers are supported:
http://pdns-gui.googlecode.com/svn/trunk/lib/symfony/vendor/creole/drivers/

In theory the only file that requires modification is:
http://pdns-gui.googlecode.com/svn/trunk/config/databases.yml

I will change installer script by the end of next week to allow for different
database driver.

Original comment by level7systems@googlemail.com on 3 Feb 2010 at 7:30