You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# AVIARY QUERY LANGUAGE
A DSL for generating SQL expressions for Chicken Scheme.
Examples:
* #;2> (from authentication (id login password) (where (= login )))
"SELECT id,login,password FROM authentication WHERE id=1"x
About
Aviary Query Language: A DSL(domain-specific language) that generates SQL.