Skip to content

commit()

Marcel Ferrari edited this page Feb 9, 2023 · 1 revision

Commit changes to the database. This method should be used if the auto_commit option is disabled.

Function

commit() -> None

Example

# Commit changes to the database
db.commit()