MechanicalRabbit / FunSQL.jl

Julia library for compositional construction of SQL queries
https://mechanicalrabbit.github.io/FunSQL.jl
Other
144 stars 5 forks source link

Migrate documentation to @funsql macro #52

Open xitology opened 5 months ago

xitology commented 5 months ago

The @funsql macro was officially released in v0.12.0. Going forward, it should become a preferred method for assembling FunSQL queries. For this reason, the documentation, in particular, Usage Guide, API Reference and Examples, should be updated to use @funsql macro.