cypher-talker
Advanced tools
Comparing version 0.6.0 to 1.0.0
{ | ||
"name": "cypher-talker", | ||
"version": "0.6.0", | ||
"description": "Simple ES6/7-oriented lib to work with neo4j and (in future) with OpenCypher-compatible databases", | ||
"version": "1.0.0", | ||
"description": "Tag strings for neo4j. Write neo4j queries in a natural way", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "module": "index.mjs", |
# Cypher-talker: Tag strings for neo4j | ||
_Zero dependencies and zero pain_ | ||
@@ -77,1 +78,11 @@ Tired of writing neo4j queries like this? | ||
``` | ||
## How it works | ||
`t` is a overloaded function that handles | ||
- template strings syntax | ||
- single object argument | ||
- or single string argument | ||
and always returning an iterable object of 2 items: resulting query and vars arg. | ||
See tests for detailed examples. |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
88
0
5869
5