mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-03 18:24:10 +02:00
fix nix build
This commit is contained in:
parent
f08aad7370
commit
50157d4ada
7 changed files with 283 additions and 3 deletions
38
archiver/.sqlx/query-9508cd11882cb0ad9c894643a5ae410c86595c3ce83a59234a077bd92154e071.json
generated
Normal file
38
archiver/.sqlx/query-9508cd11882cb0ad9c894643a5ae410c86595c3ce83a59234a077bd92154e071.json
generated
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"db_name": "PostgreSQL",
|
||||
"query": "select steam_id, name, avatar, country from players\n order by steam_id asc",
|
||||
"describe": {
|
||||
"columns": [
|
||||
{
|
||||
"ordinal": 0,
|
||||
"name": "steam_id",
|
||||
"type_info": "Int8"
|
||||
},
|
||||
{
|
||||
"ordinal": 1,
|
||||
"name": "name",
|
||||
"type_info": "Varchar"
|
||||
},
|
||||
{
|
||||
"ordinal": 2,
|
||||
"name": "avatar",
|
||||
"type_info": "Varchar"
|
||||
},
|
||||
{
|
||||
"ordinal": 3,
|
||||
"name": "country",
|
||||
"type_info": "Varchar"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
"Left": []
|
||||
},
|
||||
"nullable": [
|
||||
false,
|
||||
false,
|
||||
true,
|
||||
true
|
||||
]
|
||||
},
|
||||
"hash": "9508cd11882cb0ad9c894643a5ae410c86595c3ce83a59234a077bd92154e071"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue