mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 20:32:48 +00:00
21 lines
392 B
JSON
21 lines
392 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "SELECT principal FROM memberships WHERE member_of = ?",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "principal",
|
|
"ordinal": 0,
|
|
"type_info": "Text"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 1
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "3b00b59f047e534a7f7f654984dc880f4aa9281aae5974722d2f22ec6d15cb32"
|
|
}
|