Skip to main content
Makenot
.
work
Discover
Use Cases
Docs
Fan+
Login
Join
max
/
makenotwork
main
tag: launch-2026-06-01
Files
Commits
Issues
makenotwork
/
multithreaded
/
.sqlx
/
query-ef48f7527b1749ab756c1258da74d6aa214bdc12d108b6df22f20601430e39c1.json
438 B · 18 lines
History
Blame
Raw
1
{
2
"
db_name
"
:
"
PostgreSQL
"
,
3
"
query
"
:
"
INSERT INTO link_previews (post_id, url, title, description)
\n
VALUES ($1, $2, $3, $4)
\n
ON CONFLICT (post_id, url) DO NOTHING
"
,
4
"
describe
"
:
{
5
"
columns
"
:
[
]
,
6
"
parameters
"
:
{
7
"
Left
"
:
[
8
"
Uuid
"
,
9
"
Text
"
,
10
"
Text
"
,
11
"
Text
"
12
]
13
}
,
14
"
nullable
"
:
[
]
15
}
,
16
"
hash
"
:
"
ef48f7527b1749ab756c1258da74d6aa214bdc12d108b6df22f20601430e39c1
"
17
}
18