File: index.txt

package info (click to toggle)
python-kinterbasdb 3.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,432 kB
  • ctags: 1,830
  • sloc: ansic: 16,803; python: 3,514; makefile: 63; sh: 22
file content (55 lines) | stat: -rw-r--r-- 1,886 bytes parent folder | download | duplicates (2)
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
.. KInterbasDB documentation master file, created by sphinx-quickstart on Wed Jan  7 12:29:48 2009.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

#######################################
Welcome to KInterbasDB's documentation!
#######################################

KInterbasDB is a `Python <http://python.org>`__ extension package that
implements `Python Database API 2.0`-compliant support for the open source relational
database `Firebird® <http://www.firebirdsql.org>`__ and some versions of its
proprietary cousin `Interbase® <http://www.interbase.com>`__.
In addition to the minimal feature set of the standard Python DB API,
KInterbasDB also exposes nearly the entire native client API of the database engine.

KInterbasDB is free -- covered by a permissive BSD-style `license
<license.html>`__ that both commercial and noncommercial users should
find agreeable.

This documentation set is not a tutorial on Python, SQL, or Firebird;
rather, it is a topical presentation of KInterbasDB's feature set,
with example code to demonstrate basic usage patterns. For detailed
information about Firebird features, see the `Firebird documentation 
<http://www.firebirdsql.org/index.php?op=doc>`__, and especially the excellent
`The Firebird Book <http://www.ibphoenix.com/main.nfs?a=ibphoenix&page=ibp_firebird_book>`__ 
written by Helen Borrie and published by APress.

.. module:: kinterbasdb
   :synopsis: Python Database API 2.0 Compliant driver for Firebird

Documentation Contents:
***********************

.. toctree::
   :maxdepth: 2

   installation
   tutorial
   Python-DB-API-2.0
   python-db-api-compliance
   beyond-python-db-api
   concurrency
   thread-safety-overview
   links

   changelog
   license

Indices and tables
******************

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`