Source: tntdb Section: libs Priority: optional Maintainer: Kari Pahula Build-Depends: cdbs, debhelper (>= 9), libcxxtools-dev (>= 2.2.1-2), libsqlite3-dev, default-libmysqlclient-dev, libpq-dev, libltdl-dev, doxygen, dh-autoreconf, sqlite3 Build-Conflicts: libtntdb-dev, libtntdb3 Standards-Version: 3.9.8 Homepage: http://www.tntnet.org/tntdb.html Package: libtntdb4v5 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: tntdb-mysql4v5|tntdb-postgresql4v5|tntdb-sqlite4v5 Suggests: tntdb-mysql4v5, tntdb-postgresql4v5, tntdb-sqlite4v5, libtntdb-dev Breaks: libtntdb4 Replaces: libtntdb4 Description: C++ class library for easy database access This library provides a thin, database independent layer over an SQL database. It lacks complex features like schema queries or wrapper classes like active result sets or data bound controls. Instead you get to access the database directly with SQL queries. The library is suited for application programming, not for writing generic database handling tools. . Currently has support for MySQL, PostgreSQL and SQLite. Package: tntdb-mysql4v5 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Breaks: libtntdb-mysql4 Replaces: libtntdb-mysql4 Description: MySQL backend for tntdb database access library This library provides a thin, database independent layer over an SQL database. It lacks complex features like schema queries or wrapper classes like active result sets or data bound controls. Instead you get to access the database directly with SQL queries. The library is suited for application programming, not for writing generic database handling tools. . This file has the necessary files for MySQL support. Package: tntdb-postgresql4v5 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Breaks: libtntdb-postgresql4 Replaces: libtntdb-postgresql4 Description: PostgreSQL backend for tntdb database access library This library provides a thin, database independent layer over an SQL database. It lacks complex features like schema queries or wrapper classes like active result sets or data bound controls. Instead you get to access the database directly with SQL queries. The library is suited for application programming, not for writing generic database handling tools. . This file has the necessary files for PostgreSQL support. Package: tntdb-sqlite4v5 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Breaks: libtntdb-sqlite4 Replaces: libtntdb-sqlite4 Description: SQLite backend for tntdb database access library This library provides a thin, database independent layer over an SQL database. It lacks complex features like schema queries or wrapper classes like active result sets or data bound controls. Instead you get to access the database directly with SQL queries. The library is suited for application programming, not for writing generic database handling tools. . This file has the necessary files for SQLite support. Package: libtntdb-dev Architecture: any Section: libdevel Depends: libtntdb4v5 (= ${binary:Version}), libcxxtools-dev, ${shlibs:Depends}, ${misc:Depends}, libjs-jquery Description: Development headers for tntdb This library provides a thin, database independent layer over an SQL database. It lacks complex features like schema queries or wrapper classes like active result sets or data bound controls. Instead you get to access the database directly with SQL queries. The library is suited for application programming, not for writing generic database handling tools. . Currently has support for MySQL, PostgreSQL and SQLite.