[wp-hackers] Google SoC: PostgreSQL port

Matt speedboxer at gmail.com
Fri Mar 23 05:48:48 GMT 2007


A better project would be to make WP be multi-database compatible. Maybe
even make it more extendable so other people would be able to make there own
DB ports be simply making up a file. I'm sure you could use classes and
functions to produce this (such as, make a function called db_insert(), and
then in a file go:

function db_insert(stuff) {
//database query stuff here for inserting data
}

and then others. Then, make an option for which DB you want to use in
wp-config.php and make a folder where the files for the different DBs would
go to in like wp-includes/db [or something])...


On 3/22/07, David Chait <davebytes at comcast.net> wrote:
>
> There's a fellow (dave cramer) who has an email address at
> postgresintl.com who announced a port about 10 days back...  Before
> looking at it for SoC, well worth knowing whether there's actually a big
> enough project left, etc.
>
> -d
>
> Olexandr Melnyk wrote:
> > Hello,
> >
> > today I was browsing through the list of mentoring organisations,
> > participating in Google Summer of Code, and luckily found WordPress
> > there.
> > And then I reminded myself an idea I have thought of some time ago: to
> > develop PostgreSQL port of WordPress. I would like to hear some opinions
> > from the community: what do you think of this idea?
> >
> > I have read some discussions on this mailing list on this topic, and
> > found
> > that I am not the only person interested in the port, and that there are
> > already intensions being made towards multi-database support both in
> > default
> > WordPress (removing enums from database, etc) and fork projects.
> >
> > I already have a rough list of things to be done, and would gladly
> > discuss
> > it if there's anyone interested.
>
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
>



-- 
Matt (speedboxer at gmail.com)
http://mattsblog.ca/


More information about the wp-hackers mailing list