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

Class DriverInfo


Class Variable Summary
str description = '\nMySQL is a fast database that runs on n...
bool isfree = True
str name = 'MySQL (4.x+)'
str url = 'http://www.mysql.org/'

Class Variable Details

description

Type:
str
Value:
'''
MySQL is a fast database that runs on numerous platforms. It is one of\
 the
most popular free databases available.

Given the transactional nature of GNUe, we recommend using MySQL 4.x+ \
with
transaction support compiled in.
...                                                                    

isfree

Type:
bool
Value:
True                                                                   

name

Type:
str
Value:
'MySQL (4.x+)'                                                         

url

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


GNUe Home

Public API

Developer's Corner