tntdb: A C++ class library for database-independent database access1

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, and MySQL are available.

... part of T2, get it here

URL: http://www.tntnet.org/tntdb.hms

Author: Tommi Mäkitalo <tommi [at] tntnet [dot] org>
Maintainer: The T2 Project <t2 [at] t2-project [dot] org>

License: LGPL
Status: Alpha
Version: 1.4

Download: https://github.com/maekitalo/tntdb/ tntdb-1.4.tar.gz

T2 source: tntdb.cache
T2 source: tntdb.desc

Build time (on reference hardware): 20% (relative to binutils)2

Installed size (on reference hardware): 0.95 MB, 68 files

Dependencies (build time detected): autoconf automake bash coreutils cxxtools diffutils findutils gawk grep gzip libtool linux-header m4 make perl sed sqlite tar tbb

Installed files (on reference hardware): [show]

1) This page was automatically generated from the T2 package source. Corrections, such as dead links, URL changes or typos need to be performed directly on that source.

2) Compatible with Linux From Scratch's "Standard Build Unit" (SBU).