Scan copies the columns from the matched row into the values pointed at by dest. See the documentation on [Rows.Scan] for details. If more than one row matches the query, Scan uses the first row and discards the rest. If no row matches the query, Scan returns [ErrNoRows].
Rest
...dest: any[]Generated using TypeDoc
Row is the result of calling [DB.QueryRow] to select a single row.