doc/book/en/annexes/faq.rst
branchstable
changeset 2150 746c5e6acd38
parent 2041 296e897ab8e1
child 2174 7f576dc9502e
equal deleted inserted replaced
2147:476a75ede2cc 2150:746c5e6acd38
    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