mirror of
https://github.com/osmarks/meme-search-engine.git
synced 2024-11-13 07:19:54 +00:00
21 lines
359 B
JSON
21 lines
359 B
JSON
|
{
|
||
|
"db_name": "SQLite",
|
||
|
"query": "PRAGMA user_version",
|
||
|
"describe": {
|
||
|
"columns": [
|
||
|
{
|
||
|
"name": "user_version",
|
||
|
"ordinal": 0,
|
||
|
"type_info": "Int"
|
||
|
}
|
||
|
],
|
||
|
"parameters": {
|
||
|
"Right": 0
|
||
|
},
|
||
|
"nullable": [
|
||
|
null
|
||
|
]
|
||
|
},
|
||
|
"hash": "80b42ff05db7c2ccd104f2c3e8b50803117eea987d16e403a2c6873e31200ac3"
|
||
|
}
|