Files @ 7563624e712c
Branch filter:

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

Marcin Kuzminski
Added github flavored markdown style rendering into markdown
rendered. It has a san newline handling behavior. More
here: https://help.github.com/articles/github-flavored-markdown
"""
   This module contains database dialect specific changeset
   implementations.
"""
__all__ = [
    'postgres',
    'sqlite',
    'mysql',
    'oracle',
]