Changelog

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.

Deprecation

  • token_to_sql/2 is deprecated in favor of SQL.Token behaviour token_to_string/2 #11.

v0.1.0 (2025-03-01)

Initial release.