neuroarch.na.NeuroArch.sql_query
- NeuroArch.sql_query(query_text, edges=False)[source]
Query NeuroArch database with a SQL query
- Parameters:
query_text (str) – SQL Query string. The string will parsed as is, make sure that special characters are correctly treated.
edges (bool) – Indicate whether query should also return all edges in addition to the nodes. (default: False).
- Returns:
q – Result of the query.
- Return type: