Skip to content

Releases: elixir-dbvisor/sql

v0.2.0

04 May 22:05
Compare
Choose a tag to compare

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.

v0.1.0

01 Mar 18:34
Compare
Choose a tag to compare

Initial release.