Could you make it so we can connect our scripts to a mySQL database? It would solve a lot of member script problems.
examples
mysqlConnect(username,password,host);
mysqlQuery(stuff here);
mysqlNumRows(stuff here);
mysqlClose(stuff here);
And any other mySQL commands I may be missing. It will solve many problems for member based scripts. It will be the worth the delay of V9 if you do add it.