PostgreSQL - Jak To Zrobić w Linux-ie: Python Interface for PostgreSQL
Następna
Poprzednia
Spis treści
16. Python Interface for PostgreSQL
Python in an interpreted, object orientated scripting language.
It is simple to use (light syntax, simple and straighforward statements), and has
many extensions for building GUIs, interfacing with WWW, etc. An
intelligent web browser (HotJava like) is currently under development
(november 1995), and this should open programmers many doors. Python is
copyrighted by Stichting S Mathematisch Centrum, Amsterdam, The
Netherlands, and is freely distributable.
It contains
support for dynamic loading of objects, classes, modules, and exceptions.
Adding interfaces to new system libraries through C code is straightforward,
making Python easy to use in custom settings.
Python is a very high level scripting language with X interface.
Python package is distributed on Linux cdroms includes most of
the standard Python modules, along with
modules for interfacing to the Tix widget set for Tk.
PyGreSQL is a python module that interfaces to a PostgreSQL database. It
embeds the PostgreSQL query library to allow easy use of the powerful
PostgreSQL features from a Python script.
PyGreSQL is written by D'Arcy J.M. Cain and Pascal Andre.
New site of PyGreSQL
http://www.druid.net/pygresql/
Maintained by D'Arcy at
http://www.druid.net/~darcy/
Old site is at
ftp://ftp.via.ecp.fr/pub/python/contrib/Database/PyGres95.README
D'Arcy J.M. Cain
darcy@druid.net
Pascal Andre
andre@chimay.via.ecp.fr
Pascal Andre
andre@via.ecp.fr
16.1 Where to get PyGres ?
The home sites of the differents packages are:
Python
ftp://ftp.python.org:/pub/www.python.org/1.5/python1.5b2.tar.gz
PyGreSQL
ftp://ftp.druid.net/pub/distrib/PyGreSQL-2.1.tgz
Old site
ftp://ftp.via.ecp.fr/pub/python/contrib/Database/PyGres95-1.0b.tar.gz
You should anyway try to find some mirror site closer of your site. Refer to
the information sources to find these sites. PyGreSQL should reside in the
contrib directories of Python and PostgreSQL sites.
16.2 Information and support
If you need information about these packages please check their web sites:
Python :
http://www.python.org/
PostgreSQL :
http://epoch.cs.berkeley.edu:8000/postgres95/index.html
PyGreSQL
ftp://ftp.druid.net/pub/distrib/PyGreSQL-2.1.tgz
Old site PyGreSQL :
http://www.via.ecp.fr/via/products/pygres.html
For support :
Mailing list for PyGreSQL. You can join by sending email to
majordomo@vex.net
with the line "subscribe pygresql name@domain" in the
body replacing "name@domain" with your own email address.
Newsgroup for Python : newsgroup comp.lang.python
PyGreSQL : contact Andre at
andre@via.ecp.fr
for bug reports, ideas, remarks
Następna
Poprzednia
Spis treści