This directive creates a globale connection to an RDBMS.
component
*
-
GlobalObject
(default =
None
)
Specifies the component that provides the connection. This component handles one particular RDBMS.
dsn
*
-
TextLine
(default =
u'dbi://localhost/testdb'
)
The DSN contains all the connection information. Thesyntax looks as follows: dbi://username:password@host:port/dbname;param1=value...
name
*
-
TextLine
(default =
None
)
This is the name the connection will be known as.
* = required