adding some sqlx stuff

This commit is contained in:
Chris Cochrun 2024-09-24 14:20:23 -05:00
parent 0a1800ad71
commit 6de638440f
16 changed files with 318 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "UPDATE songs SET backgroundType = ?",
"describe": {
"columns": [],
"parameters": {
"Right": 1
},
"nullable": []
},
"hash": "d6a937fa9c6d432e9d41b5cf845ab0059994f0ce3cd7c16f657aa9eb1e77e0bd"
}