sqlx prepare

This commit is contained in:
2025-12-26 01:13:47 +01:00
parent 994d9a8957
commit 4d73a963df
7 changed files with 138 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "DELETE FROM tokens WHERE expires_at < ?",
"describe": {
"columns": [],
"parameters": {
"Right": 1
},
"nullable": []
},
"hash": "a4a7f8cf6778480c645ffde3daf5e495a7604176c71753f53fa756c9a7290713"
}