Skip to main content

max / makenotwork

817 B · 41 lines History Blame Raw
1 {
2 "db_name": "PostgreSQL",
3 "query": "SELECT post_id, url, title, description\n FROM link_previews\n WHERE post_id = ANY($1)\n ORDER BY fetched_at",
4 "describe": {
5 "columns": [
6 {
7 "ordinal": 0,
8 "name": "post_id",
9 "type_info": "Uuid"
10 },
11 {
12 "ordinal": 1,
13 "name": "url",
14 "type_info": "Text"
15 },
16 {
17 "ordinal": 2,
18 "name": "title",
19 "type_info": "Text"
20 },
21 {
22 "ordinal": 3,
23 "name": "description",
24 "type_info": "Text"
25 }
26 ],
27 "parameters": {
28 "Left": [
29 "UuidArray"
30 ]
31 },
32 "nullable": [
33 false,
34 false,
35 true,
36 true
37 ]
38 },
39 "hash": "fa587fa8e204e36fa647a61b94b97923b2243a15b978d959a86326a5a81a37fb"
40 }
41