Package gnue :: Package common :: Package datasources :: Package drivers :: Package sql :: Package postgresql :: Class DriverInfo
[show private | hide private]

Class DriverInfo


Class Variable Summary
str description = '\nPostgreSQL is an free object-relational...
bool isfree = True
str name = 'PostgreSQL (7.x+)'
str url = 'http://www.postgresql.org/'

Class Variable Details

description

Type:
str
Value:
'''
PostgreSQL is an free object-relational database, which supports a lar\
ge part
of SQL-99.  It is under continuous development and each release implem\
ents
more of the SQL standard, to the extent that it is now probably more c\
ompliant
than most commercial databases.  It also supports some object-oriented
...                                                                    

isfree

Type:
bool
Value:
True                                                                   

name

Type:
str
Value:
'PostgreSQL (7.x+)'                                                    

url

Type:
str
Value:
'http://www.postgresql.org/'                                           


GNUe Home

Public API

Developer's Corner