MCPcopy
hub / github.com/psycopg/psycopg / connect

Method connect

tests/dbapi20_tpc.py:16–18  ·  view source on GitHub ↗

Make a database connection.

(self)

Source from the content-addressed store, hash-verified

14 driver: Any = None
15
16 def connect(self):
17 """Make a database connection."""
18 raise NotImplementedError
19
20 _last_id = 0
21 _global_id_prefix = "dbapi20_tpc:"

Calls

no outgoing calls