We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be5ec8a commit d56264bCopy full SHA for d56264b
1 file changed
README.md
@@ -11,7 +11,7 @@ Type-safe `{{variable}}` templating for `.sql` files with built-in injection pro
11
- Built-in SQL injection protection
12
- Schema-based validation with type inference
13
- Custom schema types for project-specific rules
14
-- Works with any SQL engine (Athena, Trino, PostgreSQL, MySQL, etc.)
+- Works with SQL engines that treat backslash as literal in strings (Athena, Trino, PostgreSQL)
15
- Compatible with [sql-formatter](https://github.com/sql-formatter-org/sql-formatter)
16
17
## Installation
0 commit comments