doc/book/en/annexes/faq.rst
changeset 10221 17ad882a211f
parent 10067 16c554c76eb4
child 10411 4ee15441f2eb
equal deleted inserted replaced
10216:ae8df3692fba 10221:17ad882a211f
    81    queries with RQL that would be tedious to define and hard to maintain
    81    queries with RQL that would be tedious to define and hard to maintain
    82    using an object/filter suite of method calls.
    82    using an object/filter suite of method calls.
    83 
    83 
    84 2. it offers an abstraction layer allowing your applications to run
    84 2. it offers an abstraction layer allowing your applications to run
    85    on multiple back-ends. That means not only various SQL backends
    85    on multiple back-ends. That means not only various SQL backends
    86    (postgresql, sqlite, mysql), but also multiple databases at the
    86    (postgresql, sqlite, sqlserver, mysql), but also non-SQL data stores like
    87    same time, and also non-SQL data stores like LDAP directories and
    87    LDAP directories and subversion/mercurial repositories (see the `vcsfile`
    88    subversion/mercurial repositories (see the `vcsfile`
    88    component).
    89    component). Google App Engine is yet another supported target for
       
    90    RQL.
       
    91 
    89 
    92 Which ajax library is CubicWeb using ?
    90 Which ajax library is CubicWeb using ?
    93 --------------------------------------
    91 --------------------------------------
    94 
    92 
    95 CubicWeb uses jQuery_ and provides a few helpers on top of that. Additionally,
    93 CubicWeb uses jQuery_ and provides a few helpers on top of that. Additionally,