inline_sql_syntax icon indicating copy to clipboard operation
inline_sql_syntax copied to clipboard

Support for nimlang

Open TaxMachine opened this issue 2 years ago • 0 comments

Add support for nim

# literally the same as python
var query: string = """--sql
SELECT * FROM user
"""

TaxMachine avatar Jun 05 '23 05:06 TaxMachine