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-59c97bb31d540e17b9441dedc73f9649d98fb9ca1739b6f687cdfeb6ff3e7f62.json
466 B · 25 lines
History
Blame
Raw
1
{
2
"
db_name
"
:
"
PostgreSQL
"
,
3
"
query
"
:
"
INSERT INTO tags (community_id, name, slug) VALUES ($1, $2, $3) RETURNING id
"
,
4
"
describe
"
:
{
5
"
columns
"
:
[
6
{
7
"
ordinal
"
:
0
,
8
"
name
"
:
"
id
"
,
9
"
type_info
"
:
"
Uuid
"
10
}
11
]
,
12
"
parameters
"
:
{
13
"
Left
"
:
[
14
"
Uuid
"
,
15
"
Text
"
,
16
"
Text
"
17
]
18
}
,
19
"
nullable
"
:
[
20
false
21
]
22
}
,
23
"
hash
"
:
"
59c97bb31d540e17b9441dedc73f9649d98fb9ca1739b6f687cdfeb6ff3e7f62
"
24
}
25