The EnvironmentDriver
object is used to manipulate the environment. It is obtained from the driver() method of the web.environment module.
storage, [name=''], [**params]) |
Used to return an EnvironmentDriver
object.
'database'
.
'database'
)
EnvironmentDriver
object. For example if storage is 'database'
then cursor should also be specified as a valid cursor to the database in which the environment exists.
EnvironmentDriver
objects have the following methods:
) |
True
if all auth and session tables exist, False
otherwise. XXX Does not check the structure of the tables.
) |
[ignoreErrors=False]) |
True
.