##// END OF EJS Templates
added comments into beaker session,...
added comments into beaker session, - added cookie_path option as example - added prefix middleware as example usage - increased session timeout to 30days

File last commit:

r833:9753e090 beta
r2615:6f44b6d5 beta
Show More
__init__.py
10 lines | 159 B | text/x-python | PythonLexer
"""
This module contains database dialect specific changeset
implementations.
"""
__all__ = [
'postgres',
'sqlite',
'mysql',
'oracle',
]