cypher-query-builder
cypher-query-builder copied to clipboard
Add literal function
Sometimes it's handy to be able insert literal sections of a query into other clauses. Currently it's not possible to do this meaning if there is no clause function that fits your use-case you have to resort to the raw()
function.