alexdesousa / ayesql

Library for using raw SQL in Elixir
MIT License
138 stars 14 forks source link

AyeSQL 0.5.0 #4

Closed alexdesousa closed 5 years ago

alexdesousa commented 5 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