unified-storage: add Get support to the sqlkv implementation (#115382)

This commit is contained in:
Renato Costa
2025-12-16 14:32:13 -05:00
committed by GitHub
parent 26487fb864
commit bd8f0083ce
6 changed files with 151 additions and 7 deletions
@@ -0,0 +1,3 @@
SELECT {{ .Ident "value" | .Into .Value }}
FROM {{ .Ident .TableName }}
WHERE {{ .Ident "key_path" }} = {{ .Arg .KeyPath }};