CodeQL library for Python
codeql/python-all 0.10.5 ( changelog , source )
Search

Module SqlAlchemy :: Connection

Provides models for the sqlalchemy.engine.base.Connection and sqlalchemy.future.Connection classes.

These are so similar that we model both in the same way.

See

Import path

import semmle.python.frameworks.SqlAlchemy

Predicates

instance

Gets a reference to an instance of a SQLAlchemy Connection.

Classes

InstanceSource

A source of instances of a SQLAlchemy Connection, extend this class to model new instances.