EctoLtree.Postgrex.Lquery (EctoLtree v0.3.0) View Source

This module provides the necessary functions to encode and decode PostgreSQL’s lquery data type to and from Elixir values. Implements the Postgrex.Extension behaviour.

Link to this section Summary

Functions

Callback implementation for Postgrex.Extension.decode/1.

Callback implementation for Postgrex.Extension.encode/1.

Callback implementation for Postgrex.Extension.format/1.

Callback implementation for Postgrex.Extension.init/1.

Callback implementation for Postgrex.Extension.matching/1.

Link to this section Functions