MCPcopy Index your code
hub / github.com/catherinedevlin/ipython-sql / tell_format

Method tell_format

src/sql/connection.py:7–9  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

5 connections = {}
6 @classmethod
7 def tell_format(cls):
8 return "Format: (postgresql|mysql)://username:password@hostname/dbname, or one of %s" \
9 % str(cls.connections.keys())
10 def __init__(self, connect_str=None):
11 try:
12 engine = sqlalchemy.create_engine(connect_str)

Callers 2

__init__Method · 0.95
getMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected