Skip to main content

2 docs tagged with "DML"

View All Tags

DML drivers

A number of native drivers are included with Moodle, including those with support for:

Transactions

Moodle allows data manipulation to take place within a database transaction, known as a Delegated transaction. This allows you to perform CRUD operations, and roll them back if a failure takes place.