{ "db_name": "SQLite", "query": "\n SELECT id, displayname, principal_type, password_hash, json_group_array(member_of) AS \"memberships: Json>>\"\n FROM principals\n LEFT JOIN memberships ON principals.id == memberships.principal\n GROUP BY principals.id\n ", "describe": { "columns": [ { "name": "id", "ordinal": 0, "type_info": "Text" }, { "name": "displayname", "ordinal": 1, "type_info": "Text" }, { "name": "principal_type", "ordinal": 2, "type_info": "Text" }, { "name": "password_hash", "ordinal": 3, "type_info": "Text" }, { "name": "memberships: Json>>", "ordinal": 4, "type_info": "Text" } ], "parameters": { "Right": 0 }, "nullable": [ false, true, false, true, true ] }, "hash": "23a07f4a732f95ff7483cd1cfe3b74af4fe6b97546a631bc96d03bdc3d764ed0" }