CodeQL library for Python
codeql/python-all 0.11.13 (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

classRef

Gets a reference to a SQLAlchemy Connection class.

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.