Crate diesel_geometry [] [src]

Modules

data_types

Structs to represent the primitive equivalent of SQL types where there is no existing Rust primitive, or where using it would be confusing (such as date and time types). This module will re-export all backend specific data structures when compiled against that backend.

expression_methods

Adds various methods to construct new expressions. These traits are exported by default, and implemented automatically.

pg
prelude
sql_types