Skip to content

QueryExt Trait

Closes #32 (closed)

This MR will add a trait called QueryExt which provides any additional functionality for the query builder API.

Functionality

  • Piping as mentioned in #32 (closed)
  • to_expr method from the Expression trait

Merge request reports