Dnia 02-11-2005 o 14:44:45 Michael Schlenker <[EMAIL PROTECTED]>
napisaĆ:
Hi all,
while looking for a database abstraction layer i had a look at
nstcl-database (http://nstcl.sourceforge.net), basically a compatibility
package to aolservers database api, and also looked at the rivet DIO
package. I also took a cursory look at XOSql
(http://www.xdobry.de/xosql/index.html)
Could you also take a look at tcldb?
It's located in http://sourceforge.net/projects/dqsoftware/
Some of my comments:
1/ it's really impossible to provide SQL-injection proof toolkit. Well,
almost impossible. But making $db exec "INSERT INTO table
VALUES('$x','$y')" sounds a bit impossible to me.
Tcldb does that by doing:
$db exec "INSERT INTO table VALUES('@X@','@Y@')" x $x y $y (it quotes
according to current database's quoting rules)
2/ You should insert some speed tests - ie 1000 inserts, large selects etc.
3/ Could you also include sqlite in the databases? I find it a great db.
4/ Otherwise a very interesting text.
--
WK
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]