~psycopg/psycopg/2.0.x

« back to all changes in this revision

Viewing changes to lib/__init__.py

  • Committer: Federico Di Gregorio
  • Date: 2005-01-20 05:49:40 UTC
  • Revision ID: fog-7e871bddd10637cd35a35849556d0b49b4be53b4
License changes. Fixes. Added register_adapter().

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
"""A Python driver for PostgreSQL
 
2
 
 
3
psycopg is a PostgreSQL database adapter for the Python programming
 
4
language. This is version 2, a complete rewrite of the original code to
 
5
provide new-style classes for connection and cursor objects and other sweet
 
6
candies. Like the original, psycopg 2 was written with the aim of being very
 
7
small and fast, and stable as a rock.
 
8
"""
1
9
# psycopg/__init__.py - initialization of the psycopg module
2
10
#
3
11
# Copyright (C) 2003-2004 Federico Di Gregorio  <fog@debian.org>