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,15 @@
{
"db_name": "PostgreSQL",
"query": "INSERT INTO admin_users (guild_id, user_id) VALUES ($1, $2);",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Int8",
"Int8"
]
},
"nullable": []
},
"hash": "45366b9229d05e7807d8ffcc7c0ed7dd1b50f588d03c5dbaa24ea8a5f461b527"
}