PexpandedSQL
Bun

property

sqlite.StatementSync.expandedSQL

readonly expandedSQL: string

The source SQL text of the prepared statement with parameter placeholders replaced by the values that were used during the most recent execution of this prepared statement. This property is a wrapper around sqlite3_expanded_sql().