forked from
tranquil.farm/tranquil-pds
Our Personal Data Server from scratch!
1{
2 "db_name": "PostgreSQL",
3 "query": "INSERT INTO webauthn_challenges (id, did, challenge, challenge_type, state_json, expires_at)\n VALUES ($1, $2, $3, $4, $5, $6)",
4 "describe": {
5 "columns": [],
6 "parameters": {
7 "Left": [
8 "Uuid",
9 "Text",
10 "Bytea",
11 "Text",
12 "Text",
13 "Timestamptz"
14 ]
15 },
16 "nullable": []
17 },
18 "hash": "a34dfb3bca0477a94e44305f3a37831132c8fd6aaf7ee683e5247c5f54175f13"
19}