Add .sqlx metadata

This commit is contained in:
Lennart
2024-10-31 15:52:05 +01:00
parent d53dda26e6
commit 2bc3790994
28 changed files with 496 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"db_name": "SQLite",
"query": "INSERT INTO calendarobjects (principal, cal_id, id, ics) VALUES (?, ?, ?, ?)",
"describe": {
"columns": [],
"parameters": {
"Right": 4
},
"nullable": []
},
"hash": "754b0274e0d180f39c3d4bcf4f0b69e6c0603e73e383bc040735c5d39376408d"
}