MCPcopy
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
24def create_db_engine(db_path):
25 return create_engine(f"sqlite:///{db_path}", isolation_level="AUTOCOMMIT", future=True)
26
27
28def open_config(config_path):

Callers 3

mainFunction · 0.90
do_protoMethod · 0.90
init_protocol_dbsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected