events initated first endpoint tested
This commit is contained in:
@@ -8,6 +8,7 @@ adding convenience methods for accessing data and managing query state.
|
||||
from typing import Any, Dict, Optional, TypeVar, Generic, Union
|
||||
from sqlalchemy.orm import Query
|
||||
|
||||
|
||||
T = TypeVar("T")
|
||||
|
||||
|
||||
@@ -16,7 +17,6 @@ class PostgresResponse(Generic[T]):
|
||||
Wrapper for PostgreSQL/SQLAlchemy query results.
|
||||
|
||||
Attributes:
|
||||
query: SQLAlchemy query object
|
||||
metadata: Additional metadata for the query
|
||||
|
||||
Properties:
|
||||
|
||||
Reference in New Issue
Block a user