Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>SQL Velocity for GoNew to Visual Studio Code? Get it now.
SQL Velocity for Go

SQL Velocity for Go

LunarGen

|
162 installs
| (1) | Free
no comment SQL highlighter for Go
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

SQL Velocity highlighter for Go in VSCode

Tired of adding "--sql" to highlight your SQL strings in Go??

SQL Velocity AUTOMATICALLY detects SQL in your code.

Velocity Examples :

  1. db.Exec('SELECT * FROM my_table WHERE')

  2. db.QueryRow('SELECT * FROM my_table WHERE')

  3. db.Query('SELECT * FROM my_table WHERE')

  4. db.Prepare('SELECT * FROM my_table WHERE')

  5. db.QueryRow('SELECT * FROM my_table WHERE')

  6. query := "UPDATE my_table ...."

  7. query = "UPDATE my_table ...."

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft