🏠
Working from home
PinnedLoading
- PostreSQL JSONB helpers functions
PostreSQL JSONB helpers functions 1-- jsonb_select_keys take jsonb and keys and return jsonb
2-- contains only given keys
3create or REPLACEfunctionjsonb_select_keys (resource jsonb, keystext[] ) returns jsonb
4as $$
5select jsonb_object_agg(k, v)
Something went wrong, please refresh the page to try again.
If the problem persists, check theGitHub status page orcontact support.
If the problem persists, check theGitHub status page orcontact support.