-
- Downloads
Implement simple article queriing utility
Example usage: node query.js --sql "select metadata.tags as tags, metadata.title as title where count(metadata.tags) == 1 and contains(metadata.tags, 'Článek');" prints list of articles which have only tag "Článek" - usefull for listing not yet tagged articles
... | ... | @@ -23,6 +23,7 @@ |
"nodegit": "^0.11.7", | ||
"nunjucks": "^2.3.0", | ||
"nunjucks-date-filter": "^0.1.1", | ||
"sqlite-parser": "^0.14.3", | ||
"syntax-error": "^1.1.5", | ||
"toml": "^2.3.0", | ||
"toml-js": "0.0.8", | ||
... | ... |
query.js
0 → 100644
Please register or sign in to comment