Exposed
 

CRUD operations

Last modified: 03 March 2025

CRUD (Create, Read, Update, Delete) are the four basic operations supported by any database. This section demonstrates how to perform SQL CRUD operations using Exposed's DAO (Data Access Object) API.

These operations can be performed directly through the methods and properties of the EntityClass associated with the table. For more information, see Entity definition.