mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-12 23:16:31 +08:00
finish moving generated stubs
This commit is contained in:
9
django-stubs/db/backends/postgresql/client.pyi
Normal file
9
django-stubs/db/backends/postgresql/client.pyi
Normal file
@@ -0,0 +1,9 @@
|
||||
from typing import Any, Dict, Optional
|
||||
|
||||
from django.db.backends.base.client import BaseDatabaseClient
|
||||
|
||||
class DatabaseClient(BaseDatabaseClient):
|
||||
executable_name: str = ...
|
||||
@classmethod
|
||||
def runshell_db(cls, conn_params: Dict[str, str]) -> None: ...
|
||||
def runshell(self) -> None: ...
|
||||
Reference in New Issue
Block a user