Expand description
Serialize and deserialize database operations from JSON
Enums§
- Granular
Operation - An incoming granular operation to be performed in the database The data can be partial or complete, depending on the operation.
- Operation
Notification - An outgoing operation notification to be sent to clients The data sent back is always complete, hence the generic parameter.
Traits§
- Tabled
- Entities related to a specific table
Functions§
- object_
array_ from_ value - Coerce a JSON value to a JSON object array
- object_
from_ value - Coerce a JSON value to a JSON object
Type Aliases§
- Json
Object - Generic JSON object type