Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pgadmin-org/pgadmin4
/ libpq_version
Method
libpq_version
web/pgadmin/utils/driver/abstract.py:56–57 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
54
@property
55
@abstractmethod
56
def
libpq_version(cls):
57
pass
58
59
@abstractmethod
60
def
get_connection(self, *args, **kwargs):
Callers
1
utils
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected