File: control

package info (click to toggle)
tntdb 0.9.0-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,256 kB
  • ctags: 1,120
  • sloc: sh: 8,694; cpp: 6,362; makefile: 191; ansic: 41
file content (84 lines) | stat: -rw-r--r-- 3,540 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Source: tntdb
Section: libs
Priority: optional
Maintainer: Kari Pahula <kaol@debian.org>
Build-Depends: cdbs, debhelper (>= 5), libcxxtools-dev, libsqlite3-dev, libmysqlclient15-dev, libpq-dev, libltdl3-dev, libtool, doxygen
Standards-Version: 3.7.2

Package: libtntdb0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: tntdb-mysql0 (>= 0.9.0)|tntdb-postgresql0 (>= 0.9.0)|tntdb-sqlite0 (>= 0.9.0)
Suggests: tntdb-mysql0, tntdb-postgresql0, tntdb-sqlite0, libtntdb-dev
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.
 .
  Homepage: http://www.tntnet.org/tntdb.hms

Package: tntdb-mysql0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
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.
 .
  Homepage: http://www.tntnet.org/tntdb.hms

Package: tntdb-postgresql0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
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.
 .
  Homepage: http://www.tntnet.org/tntdb.hms

Package: tntdb-sqlite0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
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.
 .
  Homepage: http://www.tntnet.org/tntdb.hms

Package: libtntdb-dev
Architecture: any
Section: libdevel
Depends: libtntdb0, libcxxtools-dev, ${shlibs:Depends}, ${misc:Depends}
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.
 .
  Homepage: http://www.tntnet.org/tntdb.hms