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

Module SqlAlchemy::Engine

Provides models for the sqlalchemy.engine.Engine and sqlalchemy.future.Engine 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 Engine class.

instance

Gets a reference to an instance of a SQLAlchemy Engine.

Classes

InstanceSource

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