Skip to content

Instantly share code, notes, and snippets.

@qcp
qcp / README.md
Last active October 28, 2025 15:44
JS SQL Strings Template

Example how to use JS temlate strings as SQL query generator

VS code extention for highliting

Purpose:

  • Generate SQL query template with сcomplex logic and sub-templates
  • Save params TS typing (unlike template engine mustache/handlebars/eta)
  • Safe value injection

Example:

@qcp
qcp / input.txt
Created March 5, 2019 19:31
Алгоритм Дейкстры python
-1 -1 -1 15 -1 -1 -1 20
-1 -1 -1 -1 -1 -1 -1 -1
-1 -1 -1 -1 -1 -1 -1 -1
-1 -1 -1 -1 -1 -1 -1 2
-1 -1 -1 -1 -1 -1 -1 -1
-1 -1 -1 -1 -1 -1 -1 -1
-1 -1 -1 -1 -1 -1 -1 -1
-1 -1 -1 -1 -1 -1 -1 -1