Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Pennyw0rth/NetExec
/ create_db_engine
Function
create_db_engine
nxc/database.py:24–25 ·
view source on GitHub ↗
(db_path)
Source
from the content-addressed store, hash-verified
22
23
24
def
create_db_engine(db_path):
25
return
create_engine(f
"sqlite:///{db_path}"
, isolation_level=
"AUTOCOMMIT"
, future=True)
26
27
28
def
open_config(config_path):
Callers
3
main
Function · 0.90
do_proto
Method · 0.90
init_protocol_dbs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected