groob
{
"auto_table_construction": {
"cloud_sync_google_drive": {
"query": "SELECT (SELECT data_value from data where entry_key = 'user_email') AS user_email, (SELECT data_value from data where entry_key = 'local_sync_root_path') AS local_sync_root_path",
"path": "/Users/%/Library/Application Support/Google/Drive/user_default/sync_config.db",
"columns": [
"user_email",
"local_sync_root_path"
]
}
}
}