Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

.QL

< >

.QL is a programming language created in 2007.

#1693on PLDB 17Years Old

.QL (pronounced "dot-cue-el") is an object-oriented query language used to retrieve data from relational database management systems. It is reminiscent of the standard query language SQL and the object-oriented programming language Java. .QL is an object-oriented variant of a logical query language called Datalog. Read more on Wikipedia...


Example from Wikipedia:
1 from Class c, int numOfMethods 2 where numOfMethods = count(Method m| m.getDeclaringType()=c 3 and m.hasModifier("public")) 4 and numOfMethods > 10 5 select c.getPackage(), c, numOfMethods

View source

- Build the next great programming language About Acknowledgements Extensions Day 630 Donate feedback@pldb.io