• Search by Module
  • Search by Word
  • Project Search
  • Top Python APIs
  • Popular Projects
  • Java
  • C++
  • Python
  • Scala
  • Blog
Project: alembic (GitHub Link)
  • alembic-master
    • .github
      • pull_request_template.md
      • ISSUE_TEMPLATE
        • question.md
        • feature_request.md
        • bug_report.md
    • alembic
      • script
        • revision.py
        • write_hooks.py
        • __init__.py
        • base.py
      • ddl
        • postgresql.py
        • mysql.py
        • impl.py
        • sqlite.py
        • mssql.py
        • __init__.py
        • oracle.py
        • base.py
      • operations
        • ops.py
        • toimpl.py
        • batch.py
        • __init__.py
        • schemaobj.py
        • base.py
      • config.py
      • templates
        • generic
          • env.py
          • alembic.ini.mako
          • README
          • script.py.mako
        • pylons
          • env.py
          • alembic.ini.mako
          • README
          • script.py.mako
        • multidb
          • env.py
          • alembic.ini.mako
          • README
          • script.py.mako
      • util
        • sqla_compat.py
        • pyfiles.py
        • langhelpers.py
        • exc.py
        • __init__.py
        • messaging.py
        • compat.py
      • runtime
        • migration.py
        • __init__.py
        • environment.py
      • op.py
      • __init__.py
      • command.py
      • context.py
      • autogenerate
        • render.py
        • rewriter.py
        • api.py
        • __init__.py
        • compare.py
      • testing
        • env.py
        • util.py
        • plugin
          • bootstrap.py
          • plugin_base.py
          • __init__.py
          • pytestplugin.py
        • fixture_functions.py
        • requirements.py
        • assertions.py
        • __init__.py
        • fixtures.py
        • exclusions.py
    • reap_dbs.py
    • .coveragerc
    • CHANGES
    • .pre-commit-config.yaml
    • LICENSE
    • README.unittests.rst
    • README.rst
    • setup.py
    • setup.cfg
    • tests
      • test_bulk_insert.py
      • test_script_production.py
      • test_autogen_computed.py
      • test_autogen_render.py
      • test_autogen_diffs.py
      • _large_map.py
      • test_autogen_indexes.py
      • test_post_write.py
      • test_postgresql.py
      • test_script_consumption.py
      • test_batch.py
      • test_op_naming_convention.py
      • test_autogen_comments.py
      • test_offline_environment.py
      • _autogen_fixtures.py
      • test_environment.py
      • test_version_table.py
      • test_oracle.py
      • test_op.py
      • requirements.py
      • test_config.py
      • test_autogen_fks.py
      • test_external_dialect.py
      • __init__.py
      • test_version_traversal.py
      • test_mysql.py
      • test_autogen_composition.py
      • test_sqlite.py
      • test_command.py
      • test_mssql.py
      • conftest.py
      • test_revision.py
    • .gitreview
    • pyproject.toml
    • .gitignore
    • docs
      • build
        • Makefile
        • make.bat
        • ops.rst
        • front.rst
        • api
          • operations.rst
          • ddl.rst
          • script.rst
          • runtime.rst
          • commands.rst
          • autogenerate.rst
          • overview.rst
          • config.rst
          • index.rst
        • batch.rst
        • autogenerate.rst
        • tutorial.rst
        • unreleased
          • 694.rst
          • README.txt
          • 697.rst
        • naming.rst
        • offline.rst
        • requirements.txt
        • index.rst
        • conf.py
        • changelog.rst
        • cookbook.rst
        • branches.rst
        • _templates
          • site_custom_sidebars.html
        • _static
          • site_custom_css.css
          • nature_override.css
        • assets
          • api_overview.graffle
    • MANIFEST.in
    • tox.ini