{ "db_name": "PostgreSQL", "query": "\n INSERT INTO external_identities (did, provider, provider_user_id, provider_username, provider_email)\n VALUES ($1, $2, $3, $4, $5)\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", "Text", "Text" ] }, "nullable": [ false ] }, "hash": "dd7d80d4d118a5fc95b574e2ca9ffaccf974e52fb6ac368f716409c55f9d3ab0" }