plugins-workspace
plugins-workspace copied to clipboard
[sql] Support fetch_one/fetch_optional
SQLx supports execute
, fetch_all
, fetch_one
, and fetch_optional
on queries, but the SQL plugin currently only exposes execute
and fetch_all
(as select
).