Packages

AgensGraph and AGE extension for Postgrex.

Current section

Files

Jump to
agex lib agex path.ex
Raw

lib/agex/path.ex

defmodule Agex.Path do
@moduledoc """
"""
defstruct vertices: [], edges: []
# @type t :: %__MODULE__{vertices: List.t(), edges: List.t()}
end