* added the Unlicense as valid in misc/share/REGISTER
[t2sde.git] / package / database / tntdb / tntdb.desc
blob1a392e46bcb30d37ae149883892a2b6412666504
1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] T2 SDE: package/*/tntdb/tntdb.desc
3 [COPY] Copyright (C) 2008 - 2023 The T2 SDE Project
4 [COPY] 
5 [COPY] This Copyright note is generated by scripts/Create-CopyPatch,
6 [COPY] more information can be found in the files COPYING and README.
7 [COPY] 
8 [COPY] This program is free software; you can redistribute it and/or modify
9 [COPY] it under the terms of the GNU General Public License version 2.
10 [COPY] --- T2-COPYRIGHT-NOTE-END ---
12 [I] A C++ class library for database-independent database access
14 [T] Tntdb is a c++-class-library for database access. It implements a
15 [T] database-independent layer, which loads the actual driver dynamically
16 [T] when a connection is made. The classes use automatic resource
17 [T] management with reference counts. Resources are freed when the classes
18 [T] go out of scope. Error handling is done with exceptions (derived from
19 [T] std::exception). There are STL-like iterators for result sets and rows,
20 [T] and also the cursor is an STL-like iterator. It is written in standard
21 [T] C++ with Linux. Drivers for PostgreSQL, sqlite3, and MySQL are available.
23 [U] http://www.tntnet.org/tntdb.hms
25 [A] Tommi Mäkitalo <tommi@tntnet.org>
26 [M] The T2 Project <t2@t2-project.org>
28 [C] extra/database
30 [L] LGPL
31 [S] Alpha
32 [V] 1.2
33 [P] X -----5---9 800.000
35 [D] 734d0253fbb6d19f86bd447efe31440cc2ed2b38479b0a0934d1f771 tntdb-1.2.tar.gz http://www.tntnet.org/download/