unrhodecode/rhodecode/lib/dbmigrate/migrate/changeset/databases/__init__.py
2016-05-24 15:56:53 +02:00

11 lines
173 B
Python

"""
This module contains database dialect specific changeset
implementations.
"""
__all__ = [
'postgres',
'sqlite',
'mysql',
'oracle',
'ibmdb2',
]