Open
Description
problem
The existing Starlette Admin Panel solution uses SQLAlchemy, which is no longer directly supported by Starlette, and also not what we're using.
solution
(option) we can fork the original Starlette Admin Panel and modify as needed
We want to create an admin panel for our application that uses MongoDB. Essentially this should be some HTML templates that can be easily routed in a starlette app, that can directly display and manage a database of choice. Ideally, this should be in a separate repository and uploaded to PyPi for easy use in our project. If possible, it would be great if it is database agnostic.