Dependencies for postgresql-typed-0.3.0

library

Flags

Automatic Flags
NameDescriptionDefault
md5

Enable md5 password authentication method.

Enabled
binary

Use binary protocol encoding via postgresql-binary. This may put additional restrictions on supported PostgreSQL server versions.

Enabled
text

Support Text string values via text (implied by binary).

Enabled
uuid

Support the UUID type via uuid (implied by binary).

Enabled
scientific

Support decoding numeric via scientific (implied by binary).

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info