Last saturday I heard a talk of Jörn Zaefferer about single window applications with jQuery, very cool that stuff (
http://mmt29.multimediatreff.de/Konferenz#vortrag7), it is in German. The talks will be published on their Youtube channel in some days.
I've done some more on ezSQL, there were some problems with the PostgreSQL connection class, it did not support ports and had no disconnect. The MySQL class also had no disconnect. I've changed the code and submitted it on github. The pull request is already accepted.
Currently I'm working on a new DBAPI class, that will deal with MySQL and PostgreSQL first. The class will have the same methods, as the old one to be compatible, but it is only one class for all RDBMS.
Today I had a day off, that helped a lot to start through with the database.