Skip to content

Commit d56264b

Browse files
committed
docs: narrow engine compatibility to backslash-literal dialects
1 parent be5ec8a commit d56264b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Type-safe `{{variable}}` templating for `.sql` files with built-in injection pro
1111
- Built-in SQL injection protection
1212
- Schema-based validation with type inference
1313
- Custom schema types for project-specific rules
14-
- Works with any SQL engine (Athena, Trino, PostgreSQL, MySQL, etc.)
14+
- Works with SQL engines that treat backslash as literal in strings (Athena, Trino, PostgreSQL)
1515
- Compatible with [sql-formatter](https://github.com/sql-formatter-org/sql-formatter)
1616

1717
## Installation

0 commit comments

Comments
 (0)