MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / connect

Function connect

scripts/view_db.py:12–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10
11
12def connect():
13 conn = sqlite3.connect(DB_PATH)
14 conn.row_factory = sqlite3.Row
15 return conn
16
17
18def show_tables():

Callers 4

show_tablesFunction · 0.85
show_table_schemaFunction · 0.85
show_table_dataFunction · 0.85
show_countFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected