It looks kind of like this ``` { "auto_table_...
# macos
g
It looks kind of like this
Copy code
{
  "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"
      ]
    }
  }
}