doc/book/en/annexes/faq.rst
branchstable
changeset 2174 7f576dc9502e
parent 2173 7fae9300b9f9
parent 2150 746c5e6acd38
child 2175 16d3c37c5d28
equal deleted inserted replaced
2173:7fae9300b9f9 2174:7f576dc9502e
    70 Why is the RQL query language looking similar to X ?
    70 Why is the RQL query language looking similar to X ?
    71 -----------------------------------------------------
    71 -----------------------------------------------------
    72 
    72 
    73   It may remind you of SQL but it is higher level than SQL, more like
    73   It may remind you of SQL but it is higher level than SQL, more like
    74   SPARQL. Except that SPARQL did not exist when we started the project.
    74   SPARQL. Except that SPARQL did not exist when we started the project.
    75   Having SPARQL has a query language has been in our backlog for years.
    75   Having SPARQL as a query language has been in our backlog for years.
    76 
    76 
    77   That RQL language is what is going to make a difference with django-
    77   That RQL language is what is going to make a difference with django-
    78   like frameworks for several reasons.
    78   like frameworks for several reasons.
    79 
    79 
    80   1. accessing data is *much* easier with it. One can write complex
    80   1. accessing data is *much* easier with it. One can write complex