{ "db_name": "PostgreSQL", "query": "\n INSERT INTO external_identities (did, provider, provider_user_id)\n VALUES ($1, $2, $3)\n RETURNING id\n ", "describe": { "columns": [ { "ordinal": 0, "name": "id", "type_info": "Uuid" } ], "parameters": { "Left": [ "Text", { "Custom": { "name": "sso_provider_type", "kind": { "Enum": [ "github", "discord", "google", "gitlab", "oidc", "apple" ] } } }, "Text" ] }, "nullable": [ false ] }, "hash": "2841093a67480e75e1e9e4046bf3eb74afae2d04f5ea0ec17a4d433983e6d71c" }