unified-storage: add Delete support to the sqlkv implementation (#115443)

This commit is contained in:
Renato Costa
2025-12-16 16:19:45 -05:00
committed by GitHub
parent f2c30cbbd1
commit c647140475
5 changed files with 87 additions and 33 deletions
@@ -0,0 +1,3 @@
DELETE
FROM {{ .Ident .TableName }}
WHERE {{ .Ident "key_path" }} = {{ .Arg .KeyPath }};