
SQL scripts now support safe string interpolation for table and column names through backend schema validation, allowing more flexibility than prepared statements while preventing SQL injections.
New features
- Safe string interpolation for SQL queries
- Backend schema validation for interpolated arguments
- Support for table and column name parameters