db abstraction for php

Matt Shields mattboston-Re5JQEeQqe8AvxtiuMwx3w at public.gmane.org
Mon Jul 23 08:20:49 EDT 2007


Not sure if this is what you're looking for but I've used ezSQL for
years.  It lets you program the php side without worrying about the db
side.  If you want to change from mysql to postgres or oracle, or a
few other db's, just change the ezSQL connect file.  Or you can
include all the files in your custom app and let a customer choose via
config file which db to use.

http://www.jvmultimedia.com/portal/node/6


-matt

On 7/23/07, eric c <eric-yrHdaQSNc4gdnm+yROfE0A at public.gmane.org> wrote:
> hi all.  a while back we were talking about mysql and a good point about
>   having to port to another database may happen and one should try to
> code db neutral.  i was checking out the 'adodb database abstraction
> library for php and python'.  http://adodb.sourceforge.net/  it looks
> pretty neat.  has anybody here used this or something similar?  thanks.
>
> - eric c.
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
> _______________________________________________
> Discuss mailing list
> Discuss-mNDKBlG2WHs at public.gmane.org
> http://lists.blu.org/mailman/listinfo/discuss
>

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.






More information about the Discuss mailing list