Page 1 of 1

Extending my database class (anyDB)

Posted: Thu May 13, 2004 4:33 pm
by Lennart
Hi,

I am planning to release a new version of my anyDB class soon and I want to know what additional features you would want in there.
Please see the overview for its existing functionality.

For the next release I will include better error handling (the possibility to call a user-defined function upon error), ability to retrieve the last INSERT id, typecasts for single values and a couple of small fixes.
My goal is to keep the class still lightweight. I don't want to add things like cross-database table creation because the bigger wrapper classes already provide that nicely.

So, let me know what you think is still missing...

Posted: Fri May 14, 2004 6:53 am
by kettle_drum
file file database support so you can use text files incase your host doesnt have a database.

Posted: Fri May 14, 2004 8:58 am
by Lennart
It does support DBX and FileDB already.