Sqlalchemy and Beanie(MongoDB) in the same Admin #640
Unanswered
wanderer056
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I have currently two databases, one is PostgresSQL(ORM- SQLAlchemy) and another is MongoDB(Beanie). I am thinking of extending the
BaseModelView
to support Beanie ODM. But how to I include two databases/ORM with different engine in the same admin.Beta Was this translation helpful? Give feedback.
All reactions