Skip to content

v0.1.0

Compare
Choose a tag to compare
@DerekStride DerekStride released this 03 Jul 14:01
· 6 commits to main since this release

Initial Release

  • Selections should be mostly complete, please raise issues if there's problems with them.
  • Predicates & JOINs are still a work in progress, you can consider their implementation incomplete or incorrect.
  • CTE's exist but are largely untested and may behave in strange mannors

Usage

query = SqlTools.query_from_sql(<<~SQL)
  SELECT id, name
  FROM table
  WHERE id IN (1, 2, 3)
SQL

pp query.selections