Releases: elixir-dbvisor/sql
Releases · elixir-dbvisor/sql
v0.2.0
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.