Files @ 4959e22af6ca
Branch filter:

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

Marcin Kuzminski
Added ini config maker with dynamic variable replacements.
Used internally for creating dynamic configs in automated enviroments.

Later this will replace old make-config from paster
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]