sql
Executes a parameterized SQL query or mutation against a database connection pool. Parameters are bound through prepared statements using @name placeholders.
Declaration
Attributes
Exported outputs
Fetch a single record
Fetch a list
Catch database constraint errors
Common database error codes
See the official PostgreSQL, SQLite, MySQL, and SQL Server error references.