Skip to main content

Module representations

Module representations 

Source
Expand description

Data representation types for dbrest

Data representations define type mapping functions that convert between database types (e.g., converting a bytea to a custom image format).

Structs§

DataRepresentation
A data representation mapping function

Type Aliases§

RepresentationsMap
Map from (source_type, target_type) pair to the representation