Insert, Updates, Deletes — SQLAlchemy 2.0.0b1 documentation
From Get docs
Sqlalchemy/docs/latest/core/dml
Insert, Updates, Deletes
INSERT, UPDATE and DELETE statements build on a hierarchy starting with UpdateBase. The _expression.Insert and _expression.Update constructs build on the intermediary ValuesBase.
DML Foundational Constructors
Top level “INSERT”, “UPDATE”, “DELETE” constructors.
DML Class Documentation Constructors
Class documentation for the constructors listed at DML Foundational Constructors.