unified-storage: add Get support to the sqlkv implementation (#115382)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
SELECT {{ .Ident "value" | .Into .Value }}
|
||||
FROM {{ .Ident .TableName }}
|
||||
WHERE {{ .Ident "key_path" }} = {{ .Arg .KeyPath }};
|
||||
Reference in New Issue
Block a user