Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alpha2phi/python-apps
/ DbProvider
Class
DbProvider
excel-ingester/loader/__init__.py:55–60 ·
view source on GitHub ↗
Database factory.
Source
from the content-addressed store, hash-verified
53
54
55
class
DbProvider(ObjectFactory):
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
2
test_db_provider
Method · 0.85
__init__.py
File · 0.85
Calls
no outgoing calls
Tested by
1
test_db_provider
Method · 0.68