easyapi
create database easyrec;
#为easyrec初始化用户名跟密码
grant index, create, select, insert, update, drop, delete, alter, lock tables on easyrec.* to 'jinxudong'@'localhost' identified by 'jinxudong';
http://easyrec.sourceforge.net/wiki/index.php?title=JavaScript_API_v0.98