AI SQL Assistant
PREVENTING SQL INJECTION ATTACKS
Xano offers some filters to help ensure that any dynamic / user input is not parsed in a way that might harm your database or cause other unintended consequences.
Make sure to process your inputs before they are used in any SQL queries with the appropriate filter.
These filters are sql_alias and sql_esc
1
When using the Direct Database Query function, click
to access the AI SQL assistant.

The assistant can help you write queries against your Xano database.
3
Last updated
Was this helpful?