You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sorry for necro'ing #696. I'm trying to use fastapi-users together with piccolo ORM. I already created a custom Database Adapter (inheriting BaseUserDatabase). What I'm struggling with is, do I still need an AsyncSession? Or is that sqlalchemy-specific and I just can skip it?
Is there some complete minimal running example of how to use fastapi-users with a custom backend (piccolo or whatever)?
(If this is already answered, sorry for the noise and I'd appreciate a pointer)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
sorry for necro'ing #696. I'm trying to use fastapi-users together with piccolo ORM. I already created a custom Database Adapter (inheriting BaseUserDatabase). What I'm struggling with is, do I still need an AsyncSession? Or is that sqlalchemy-specific and I just can skip it?
Is there some complete minimal running example of how to use fastapi-users with a custom backend (piccolo or whatever)?
(If this is already answered, sorry for the noise and I'd appreciate a pointer)
Thx, regards,
Tim
Beta Was this translation helpful? Give feedback.
All reactions