Open Jeromearsene opened 2 years ago
That's interesting, thanks for opening issue! It might actually be cleaner without closing comment, even for multiple requests (using next yaml key as a closing anchor)?
data: |
--sql
SELECT * FROM test;
SELECT COUNT(*) from test_2;
next_key: "This is not SQL"
I'll try to experiment if it's possible to hack something like this using TextMate.
Like yaml-string-sql, purpose possibility to parse SQL in YAML.
Example:
Single request
Multiple requests