Squirrelix.Query (Squirrelix v0.4.0)

Copy Markdown View Source

Parses Squirrel SQL query files into Elixir structs.

Summary

Types

t()

@type t() :: %Squirrelix.Query{
  comment: [String.t()],
  content: String.t(),
  file: String.t(),
  name: String.t(),
  starting_line: pos_integer()
}

Functions

from_file(file)