Add macros

This commit is contained in:
Tobias Reisinger 2024-04-29 01:11:52 +02:00
parent 51aa0d3c99
commit 661b5004e8
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
28 changed files with 1024 additions and 2 deletions

View file

@ -0,0 +1,32 @@
{
"db_name": "SQLite",
"query": "SELECT * FROM macros WHERE id = ?",
"describe": {
"columns": [
{
"name": "id",
"ordinal": 0,
"type_info": "Int64"
},
{
"name": "uid",
"ordinal": 1,
"type_info": "Blob"
},
{
"name": "name",
"ordinal": 2,
"type_info": "Text"
}
],
"parameters": {
"Right": 1
},
"nullable": [
false,
false,
false
]
},
"hash": "03bfe5bd71d673a621b6ad6af5f71bf18ede519e6b950933f6751ef9cf7521c9"
}