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": "INSERT INTO tokens (token, is_refresh,expires_at) VALUES (?, 1, ?)",
"describe": {
"columns": [],
"parameters": {
"Right": 2
},
"nullable": []
},
"hash": "72f5895f51e2ab2807b7bc6fbfe89ef09b46d86aa808ea34aa20922f180e3d98"
}