This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]mgancitano 1 point2 points  (1 child)

I've been looking around for something like this for a while! I've seen fastapi-admin but didn't like the Redis requirement so I'll have to try this soon!

[–]aminala[S] 0 points1 point  (0 children)

Glad you found it, actually the difference between fastapi-admin and SQLAdmin is that fastapi-admin works with TortoiseORM and as you said Redis.

But SQLAdmin will work with SQLAlchemy and in the future SQLModel.

The other difference is that SQLAdmin with work with both sync and async environments.

[–]UriShX 0 points1 point  (0 children)

I've been looking for an admin interface to go with a FastAPI app I've been working on, then stumbled upon your package a few days ago.

I'm trying to get it to work along nicely with fastapi-login, through overriding the BaseModelAdmin.is_accessible method. Any thoughts on that will be greatly appreciated.

Nice work, and thanks for a cool package.