outworlder/AQL
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# 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