This extension detects string literals in your code that start with the /* SQL */ prefix and automatically applies SQL syntax highlighting to their content. This makes SQL queries more readable and ...
What you want to do is insert the data in the database with the ' replaced with '' . This escapes the apostrophe and won't mess up the query.
This package provides utilities for building SQL query strings in a safe, composable, and parameterized manner. It is designed to prevent SQL injection vulnerabilities and enhance code readability ...