jackxiao / jslibs

Automatically exported from code.google.com/p/jslibs
0 stars 0 forks source link

Provide a DBI layer for databases #82

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
http://libdbi.sourceforge.net/docs.html

Rather than individually implementing access to a number of database
engines, using an existing C DBI and wrapping access would be a good method
of offering an interface to databases.

Original issue reported on code.google.com by nadir.se...@gmail.com on 27 Dec 2008 at 7:34

GoogleCodeExporter commented 9 years ago
Good idea; the funny part is that I didn't think of that when I made a mysql 
module
for my own purposes... :P

Original comment by deft.pro...@gmail.com on 29 Dec 2008 at 4:13

GoogleCodeExporter commented 9 years ago
http://sqlrelay.sourceforge.net/
sqlrelay looks interesting as well. Unfortunately it doesn't support Windows 
aside
from using Cygwin for now. But it does DB abstraction, and even better makes 
things
extremely scalable cause it handles load balancing to replicated databases 
itself.

Original comment by nadir.se...@gmail.com on 10 Mar 2009 at 5:38