MatsiukMykola
MatsiukMykola
https://github.com/amisadmin/fastapi-user-auth/pull/26
```python from collections.abc import AsyncGenerator from typing import Annotated, Callable from fastapi import Depends from sqlalchemy import create_engine from sqlalchemy.ext.asyncio import AsyncSession, create_async_engine from sqlalchemy.orm import sessionmaker, Session from core.config...
anyway i have work good solution to parse mongo-style queries to sqlalchemy, work fine in many projects: sample: ```python { "limit": 5, "skip": 1, # can be string or List[str]...
i think this issue must address to fastapi repo
sqlalchemy = "1.4.41" work perfectly, maybe issue there, because sqlmodel not support sqlalchemy 2 at this moment
i think you can create correct json endpoints (i newbie and too have heavy issues to understand how create some custom) anyway for what& for tables?
sqlmodel not support Pydantic V2 yet, pain
can share your ideas? and your vision of a good demo little explain: I try to use amis admin, and see big futures in amis frontend, but get into big...