RSS 1 project tagged "LGPLv2"

Download Website Updated 23 Apr 2013 tntdb

Screenshot
Pop 220.85
Vit 38.75

Tntdb is a c++-class-library for database access. It implements a database-independent layer, which loads the actual driver dynamically when a connection is made. The classes use automatic resource management with reference counts. Resources are freed when the classes go out of scope. Error handling is done with exceptions (derived from std::exception). There are STL-like iterators for result sets and rows, and also the cursor is an STL-like iterator. It is written in standard C++ with Linux. Drivers for PostgreSQL, sqlite3, MySQL, and Oracle are available.

Screenshot

Project Spotlight

eSpeak for Android

A text-to-speech tool.

Screenshot

Project Spotlight

JSch

A pure Java implementation of SSH2.