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

Module SqlAlchemy::DBApiConnection

Provides models for the underlying DB-API Connection of a SQLAlchemy Connection.

See https://docs.sqlalchemy.org/en/14/core/connections.html#dbapi-connections.

Import path

import semmle.python.frameworks.SqlAlchemy

Predicates

instance

Gets a reference to an instance of DB-API Connections.

Classes

InstanceSource

A source of instances of DB-API Connections, extend this class to model new instances.