INNER CODE UNIT · Python

run_migrations_offline

CodeSmile-0000011110110111/LunyScript-RFC · context_portal/alembic/env.py:30

def run_migrations_offline() -> None:
    """Run migrations in 'offline' mode.

    This configures the context with just a URL
    and not an Engine, though an Engine is acceptable
    here as well.  By skipping the Engine creation
    we don't even need a DBAPI to be available.

    Calls to context.execute() here emit the given string to the
    script output.

    """
    url = config.get_main_option("sqlalchemy.url")
    context.configure(
        url=url,
        target_metadata=target_metadata,
        literal_binds=True,
        dialect_opts={"paramstyle": "named"},

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…