Skip to content

Latest commit

 

History

History

range

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Examples for using pgx' Range<T> support.

pgx supports the Postgres int4range, int8range, numrange, daterange, tsrange, and tstzrange types, safely mapped to pgx::Range<T> where T is any of i32, i64, Numeric<P, S>, AnyNumeric, Date, Timestamp, and TimestampWithTimeZone.