Basic ORM class to handle database operations.
The type of the entity.
Accepts a KClass of the entity type.
The database connection.
Closes the database connection.
Delete a record from the database.
Finds all records in the database for the given class.
Finds a record by its identifier.
Inserts a record into the database.
Updates a record in the database.