Module citadel_crud::components [] [src]

Modules

creator

Creator is a citadel trait that is implemented in order to write new data into the database.

deleter

Deleter is a citadel trait designed to remove data from a database. This can either be a whole table or just data within a table

reader

Readers are the citadel component meant to read records out from the database. Their generic type is meant to demonstrate what kind of data is returned.

updater

Updaters are the citadel component meant to update a record in place.