File: README

package info (click to toggle)
libdbi-drivers 0.9.0-6
  • links: PTS
  • area: main
  • in suites: buster
  • size: 6,268 kB
  • sloc: ansic: 18,980; sh: 10,942; xml: 2,759; makefile: 577
file content (101 lines) | stat: -rw-r--r-- 2,777 bytes parent folder | download | duplicates (6)
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101

libdbi-drivers - drivers for libdbi, a database abstraction
layer implemented in C
Copyright (C) 2001-2013, Markus Hoenicka
http://libdbi-drivers.sourceforge.net


INTRODUCTION:
-------------

libdbi (http://libdbi.sourceforge.net) implements a
database-independent abstraction layer in C, similar to the DBI/DBD
layer in Perl. Writing one generic set of code, programmers can
leverage the power of multiple databases and multiple simultaneous
database connections by using this framework.

libdbi-drivers (http://libdbi-drivers.sourceforge.net) supplies the
drivers that the libdbi framework utilizes to talk to the supported
database servers.


INSTALLATION:
-------------

Make sure you have both the libdbi framework installed and the
development libraries and headers of the database engine(s) that you
want to build the driver(s) for. Perform the regular ./configure,
make, make install. See INSTALL for the generic details of each
step. It is important to understand that you have to request the
driver(s) that you want to build on the configure command
line. E.g. to build both the SQLite and the PostgreSQL drivers, use
"./configure --with-sqlite --with-pgsql". See ./configure --help for
more libdbi-drivers configuration options.

If you are building the Win32 port, see README.win32.
If you are building the OSX port, see README.osx.


AVAILABLE DRIVERS:
------------------

* DB2 (experimental)
* Firebird/Interbase (experimental)
* FreeTDS (experimental)
* Ingres (experimental)
* mSQL (experimental)
* MySQL
* Oracle (experimental)
* PostgreSQL
* SQLite
* SQLite3


SUPPORTED PLATFORMS:
--------------------

libdbi-drivers has been written with cross-platform availability in
mind. To date, chances are it is going to run with:

Linux: Debian, RedHat, Slackware, Gentoo
Windows: all versions supported by Cygwin
FreeBSD: 4.3 through 9.1
SunOS: 2.8
Solaris: 7
AIX: 4.2, 4.3 and 5.1
OSX: 10.2-10.4

If you are using libdbi on a platform not listed here, please notify the
mailing list! (see below)


MODIFICATIONS AND REDISTRIBUTION (LGPL):
----------------------------------------

See the GNU Lesser General Public License, available in the
distribution file COPYING or visit http://www.gnu.org for more
details.


DOCUMENTATION:
--------------

All driver subdirectories contain README, AUTHORS, and CHANGELOG files
with information about the particular driver. In addition, each driver
provides a short manual formatted as PDF and HTML.


MAILING LISTS:
--------------

 * libdbi-drivers users/developers: libdbi-drivers-devel@lists.sourceforge.net


CONTACT INFO:
-------------

http://libdbi-drivers.sourceforge.net
Markus Hoenicka <mhoenicka@users.sourceforge.net>
David Parker <david@neongoat.com>
$Id: README,v 1.12 2013/03/11 23:49:41 mhoenicka Exp $