[COPY] --- T2-COPYRIGHT-NOTE-BEGIN --- [COPY] T2 SDE: package/*/tntdb/tntdb.desc [COPY] Copyright (C) 2008 - 2023 The T2 SDE Project [COPY] [COPY] This Copyright note is generated by scripts/Create-CopyPatch, [COPY] more information can be found in the files COPYING and README. [COPY] [COPY] This program is free software; you can redistribute it and/or modify [COPY] it under the terms of the GNU General Public License version 2. [COPY] --- T2-COPYRIGHT-NOTE-END --- [I] A C++ class library for database-independent database access [T] Tntdb is a c++-class-library for database access. It implements a [T] database-independent layer, which loads the actual driver dynamically [T] when a connection is made. The classes use automatic resource [T] management with reference counts. Resources are freed when the classes [T] go out of scope. Error handling is done with exceptions (derived from [T] std::exception). There are STL-like iterators for result sets and rows, [T] and also the cursor is an STL-like iterator. It is written in standard [T] C++ with Linux. Drivers for PostgreSQL, sqlite3, and MySQL are available. [U] http://www.tntnet.org/tntdb.hms [A] Tommi Mäkitalo [M] The T2 Project [C] extra/database [L] LGPL [S] Alpha [V] 1.2 [P] X -----5---9 800.000 [D] 734d0253fbb6d19f86bd447efe31440cc2ed2b38479b0a0934d1f771 tntdb-1.2.tar.gz http://www.tntnet.org/download/