[Gforge-devel] MySQL back end support
Robert Nelson
robertn at the-nelsons.org
Mon Jul 23 17:26:51 EDT 2007
C.J. Adams-Collier wrote:
> Hey all,
>
> It looks like it will be pretty easy to add a mysql database back end
> to this project. Is anyone opposed to re-naming
> www/include/database.php to www/include/database-pgsql.php and
> replacing its contents with the following?
>
> Cheers,
>
> C.J.
>
> /**
> * Uncomment the line which indicates your preferred RDBMS
> */
>
> require_once('database-pgsql.php');
> // require_once('database-oci8.php');
> // require_once('database-mysql.php');
>
It is already done and it wasn't as easy as you might think. Take a
look at Branch_4_6-mysql.
More information about the Gforge-devel
mailing list