Our Personal Data Server from scratch!
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at fix/small-bugs 33 lines 835 B view raw
1{ 2 "db_name": "PostgreSQL", 3 "query": "\n INSERT INTO external_identities (did, provider, provider_user_id, provider_username, provider_email, provider_email_verified)\n VALUES ($1, $2, $3, $4, $5, $6)\n ", 4 "describe": { 5 "columns": [], 6 "parameters": { 7 "Left": [ 8 "Text", 9 { 10 "Custom": { 11 "name": "sso_provider_type", 12 "kind": { 13 "Enum": [ 14 "github", 15 "discord", 16 "google", 17 "gitlab", 18 "oidc", 19 "apple" 20 ] 21 } 22 } 23 }, 24 "Text", 25 "Text", 26 "Text", 27 "Bool" 28 ] 29 }, 30 "nullable": [] 31 }, 32 "hash": "44a1f3f4c515e904e9d5c616a48d7d6a59bcb5e2f415122c1bb1e5f54cacc12f" 33}