{ "db_name": "PostgreSQL", "query": "INSERT INTO blobs (cid, mime_type, size_bytes, created_by_user, storage_key) VALUES ($1, $2, $3, $4, $5) ON CONFLICT (cid) DO NOTHING RETURNING cid", "describe": { "columns": [ { "ordinal": 0, "name": "cid", "type_info": "Text" } ], "parameters": { "Left": [ "Text", "Text", "Int8", "Uuid", "Text" ] }, "nullable": [ false ] }, "hash": "25ac36e9dec1c8e29cbe7cfc954683061c7c2733fa60f91f1c5ced4d00e7bf3d" }