Package Version Hex Docs

A dataflow language designed for building queries and representing directed graphs.

WebQL is currently extremely experimental, and is subject to much change. Stay tuned!

-> out: Int {
  m = Math
  1 -> m.lhs
  1 -> m.rhs
  m.value -> .out
}

WebQL was built in Gleam but can target Elixir and (hopefully) JS soon.