Hi, I would like to announce to version 1.0.0 of tntdb. You can download it at http://www.tntnet.org/download/tntdb-1.0.0.tar.gz.
The latest addition is the support for blob data (binary large objects). There is a class tntdb::Blob and a methods in tntdb::Value getBlob() and setBlob(), which helps accessing blobs. We plan to keep the driver-ABI stable now. It is considered feature complete. It would be great if someone can verify the package. Just build it and try it out. Even just a successful build will help finding missing files. I have not yet announced it at freshmeat and not linked on the homepage, so you are the first to hear about this release. I will wait at least until tomorrow to be able to fix packaging bugs, if you find some. For those of you, who have not heard about tntdb: it is a library for easily and safely accessing databases with C++. You get a database independend API. Resource handling is done by tntdb, so you don't need to bother about releasing memory, connections or transactions. Just put your objects on the stack and C++ does the rest for you. Tntdb has currently drivers for sqlite3, postgresql, mysql and oracle (which is not built by default). Tommi ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Tntnet-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tntnet-general
