MCPcopy Create free account
hub / github.com/alpha2phi/python-apps / get_engine

Method get_engine

excel-ingester/loader/__init__.py:95–97  ·  view source on GitHub ↗

Create and return sqlalchemy engine.

(self)

Source from the content-addressed store, hash-verified

93 self._password = password
94
95 def get_engine(self):
96 """Create and return sqlalchemy engine."""
97 return create_engine(self.get_conn_str())
98
99 def get_conn_str(self):
100 """Return the connection string."""

Callers 1

ingestFunction · 0.80

Calls 1

get_conn_strMethod · 0.95

Tested by

no test coverage detected