posterize v0.12.1 posterize_xt_time

a posterize time extension compatible with the calendar module

Summary

Functions

decodes a postgres time or timetz type into the calendar:time() type

encodes the calendar:time() type into the postgres time or timetz type

Callback implementation for Postgrex.Extension.format/1

Callback implementation for Postgrex.Extension.init/2

Callback implementation for Postgrex.Extension.matching/1

Functions

decode(, arg, , )

decodes a postgres time or timetz type into the calendar:time() type

encode(type_info, value, , )

encodes the calendar:time() type into the postgres time or timetz type

format()

Callback implementation for Postgrex.Extension.format/1.

init(, )

Callback implementation for Postgrex.Extension.init/2.

matching()

Callback implementation for Postgrex.Extension.matching/1.