MCPcopy 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
55class 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
63class PgSqlDbBuilder:

Callers 2

test_db_providerMethod · 0.85
__init__.pyFile · 0.85

Calls

no outgoing calls

Tested by 1

test_db_providerMethod · 0.68