Skip to content
/ AQL Public

Aviary Query Language: A DSL(domain-specific language) that generates SQL.

Notifications You must be signed in to change notification settings

outworlder/AQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

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

About

Aviary Query Language: A DSL(domain-specific language) that generates SQL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages