mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-15 00:07:09 +08:00
initial commit
This commit is contained in:
9
django/db/backends/postgresql/client.pyi
Normal file
9
django/db/backends/postgresql/client.pyi
Normal file
@@ -0,0 +1,9 @@
|
||||
from typing import Dict
|
||||
|
||||
|
||||
def _escape_pgpass(txt: str) -> str: ...
|
||||
|
||||
|
||||
class DatabaseClient:
|
||||
@classmethod
|
||||
def runshell_db(cls, conn_params: Dict[str, str]) -> None: ...
|
||||
Reference in New Issue
Block a user