MCPcopy Create free account
hub / github.com/CL-lau/SQL-GPT / operate_sql

Method operate_sql

gpt/llm.py:183–185  ·  view source on GitHub ↗
(self, sql: Optional[str], dbID: Optional[str] = None)

Source from the content-addressed store, hash-verified

181 return sql
182
183 def operate_sql(self, sql: Optional[str], dbID: Optional[str] = None):
184 tag, res = self.sqlHelper.operate(sql=sql, dbID=dbID)
185 print(res.head())
186

Callers

nothing calls this directly

Calls 1

operateMethod · 0.80

Tested by

no test coverage detected