You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECTnode.titleAS node_title,
node.nidAS nid,
node.createdAS node_created
FROM
{node} node
WHERE
(( (node.status='1') AND (node.typeIN ('article')) ))
ORDER BY
node_created DESCLIMIT10 OFFSET 0
will be useful when making a [BaaS](https://en.wikipedia.org/wiki/Mobile_backend_as_a_service) like:
* https://backendless.com/platform/backend-as-a-service/
* https://www.devart.com/dbforge/oracle/studio/
The text was updated successfully, but these errors were encountered:
instead of manual lua code, ie(??):
https://github.com/foundpatterns/contentdb/blob/66ec7a04ca4b194b35e532ae4f99774c8da110fd/read_document.lua
https://github.com/foundpatterns/contentdb/blob/66ec7a04ca4b194b35e532ae4f99774c8da110fd/walk_documents.lua
go from:
https://github.com/foundpatterns/gists/blob/master/content.yaml
see also, nchah/freebase-mql: A review of the deprecated Freebase knowledge base and Metaweb Query Language (MQL). A brief comparison of MQL and GraphQL.
or:
to, roughly, in Speakeasy syntax:
(copied from https://evolvingweb.ca/blog/developing-views-part-i-describing-your-data-views )
The text was updated successfully, but these errors were encountered: