Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@Schultzer Schultzer released this 04 May 22:05
· 5 commits to main since this release

v0.2.0 (2025-05-04)

Enhancement

  • SQL 2016 conformance #6.
  • Lexer and Parser generated from the SQL 2023 BNF #5.
  • Added SQL.Token behaviour used to implement adapters #5.
  • ANSI adapter #5.
  • MySQL adapter #5.
  • PostgreSQL adapter #5.
  • TDS adapter #5.
  • Improve SQL generation with 57-344x compared to Ecto #7 #4.
  • Ensure inspect follows the standard representation #4.
  • Ensure storage is setup when running benchmarks #5.