equal
deleted
inserted
replaced
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 |