plugins-workspace icon indicating copy to clipboard operation
plugins-workspace copied to clipboard

[sql] Support fetch_one/fetch_optional

Open hazelmeow opened this issue 6 months ago • 1 comments

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).

hazelmeow avatar Aug 02 '24 22:08 hazelmeow