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
Are planning to bring any support async/await syntax? Saying this, neo4j queries are not concurrent but is there any alternate solution to that ctx.body gets to be populated by data.
Are planning to bring any support async/await syntax? Saying this, neo4j queries are not concurrent but is there any alternate solution to that ctx.body gets to be populated by data.
Ex:
This example probably does not make much sense but his does:
EDIT: #164 has an alternative for this, wrapping db.cypher with Promise.promisify. But still an upgrade needed.
The text was updated successfully, but these errors were encountered: