MCPcopy
hub / github.com/dbcli/pgcli / connect_dsn

Method connect_dsn

pgcli/main.py:603–604  ·  view source on GitHub ↗
(self, dsn, **kwargs)

Source from the content-addressed store, hash-verified

601 pgspecial_logger.setLevel(log_level)
602
603 def connect_dsn(self, dsn, **kwargs):
604 self.connect(dsn=dsn, **kwargs)
605
606 def connect_service(self, service, user):
607 service_config, file = parse_service_info(service)

Callers 1

cliFunction · 0.95

Calls 1

connectMethod · 0.95

Tested by

no test coverage detected