Add version command, implement Docker support, make sqlx offline work
Run cargo test / Run tests (push) Failing after 3m2s

This commit is contained in:
Elias Wendland
2026-07-04 23:27:05 +02:00
parent 6f5d66a0bc
commit b06bb882a8
24 changed files with 405 additions and 6 deletions
@@ -0,0 +1,28 @@
{
"db_name": "PostgreSQL",
"query": "SELECT role_id FROM auto_roles WHERE guild_id = $1",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "role_id",
"type_info": "Int8",
"origin": {
"Table": {
"table": "auto_roles",
"name": "role_id"
}
}
}
],
"parameters": {
"Left": [
"Int8"
]
},
"nullable": [
false
]
},
"hash": "38f5e0b163af3bcbf798b03a6806afd9edf1ab08c721a768aeffe6c0d6b31d4c"
}