Closed alexjpwalker closed 3 years ago
We've added support for TypeQL-style comments in scripts. So, for example, you can now pass the following file to --script:
--script
# create the database database create social_network transaction social_network schema write source social_network_schema.tql commit
What is the goal of this PR?
We've added support for TypeQL-style comments in scripts. So, for example, you can now pass the following file to
--script
:What are the changes implemented in this PR?