1
0
Fork 0

It was like that when I got here

This commit is contained in:
Honbra 2024-11-17 22:52:17 +01:00
parent 331423d3f6
commit 18251d7f00
Signed by: honbra
GPG key ID: B61CC9ADABE2D952
36 changed files with 1534 additions and 1000 deletions

View file

@ -0,0 +1,22 @@
{
"db_name": "PostgreSQL",
"query": "SELECT content FROM paste WHERE id = $1",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "content",
"type_info": "Text"
}
],
"parameters": {
"Left": [
"Uuid"
]
},
"nullable": [
false
]
},
"hash": "ea3d1dd65be91a19d3ed1570cabb733103086502d2a2c6dd696cd97493157ed7"
}