Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alpha2phi/python-apps
/ get
Method
get
excel-ingester/loader/__init__.py:58–60 ·
view source on GitHub ↗
Create the database interface
(self, id, **kwargs)
Source
from the content-addressed store, hash-verified
56
""
"Database factory."
""
57
58
def
get(self, id, **kwargs):
59
""
"Create the database interface"
""
60
return
self.create(id, **kwargs)
61
62
63
class
PgSqlDbBuilder:
Callers
12
test_db_provider
Method · 0.95
mutate_and_get_payload
Method · 0.45
create
Method · 0.45
ingest
Function · 0.45
test-client.js
File · 0.45
create_client
Function · 0.45
resolve_user_id
Function · 0.45
messages_source
Function · 0.45
resolve_create_client
Function · 0.45
get_historic_data
Function · 0.45
req_html.py
File · 0.45
parse
Method · 0.45
Calls
1
create
Method · 0.80
Tested by
1
test_db_provider
Method · 0.76