Files @ 6f44b6d5aa60
Branch filter:

Location: kallithea/rhodecode/lib/dbmigrate/migrate/changeset/databases/__init__.py - annotation

Marcin Kuzminski
added comments into beaker session,
- added cookie_path option as example
- added prefix middleware as example usage
- increased session timeout to 30days
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]