Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
def
connect():
13
conn = sqlite3.connect(DB_PATH)
14
conn.row_factory = sqlite3.Row
15
return
conn
16
17
18
def
show_tables():
Callers
4
show_tables
Function · 0.85
show_table_schema
Function · 0.85
show_table_data
Function · 0.85
show_count
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected