alexdesousa / ayesql

Library for using raw SQL in Elixir
MIT License
135 stars 13 forks source link

AyeSQL 0.5.0 #4

Closed alexdesousa closed 4 years ago

alexdesousa commented 4 years ago

This version maintains the same query language, but it breaks runners as now queries return AyeSQL.Query.t() instead of {binary(), [term()]}.

Enhancements