kelleyvanevert
Follow
Pinned Loading
-
-
js_visualized_v2
js_visualized_v2 PublicVisualizing JS execution through a meta-syntactic transform
JavaScript 16
-
-
TypeScript-typed generateQuery for c...
TypeScript-typed generateQuery for creating single-SQL nested queries for a certain schema 1select json_build_object('__table', 'user', 'firstName', e."first_name", 'lastName', e."last_name", 'managedResources', coalesce("t_managedResources"."data", '[]'), 'ratings', coalesce("t_ratings"."data", '[]')) as "data"
2from "user" as "e"
3left join (
4select "manager_id" as "fkey", json_agg(json_build_object('__table', 'resource', 'ratingTotals', "t_ratingTotals"."data")) as "data"
5from "resource" as "e"
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.