pramadito

Results 2 issues of pramadito

``` from typing import TYPE_CHECKING from sqlalchemy import Column, ForeignKey, Integer, String from sqlalchemy.orm import relationship from app.db.base_class import Base if TYPE_CHECKING: from .user import User # noqa: F401 class...

i get confused while reading the documentation, there example code for get all items, there example code to get item with id one but i found no example search database...