Igor Benav
Igor Benav
@usr-ein take a look at [fastcrud](https://github.com/igorbenav/fastcrud), check what else you need and maybe open an issue! I'm trying to keep a project like this going
Hey, @luca-medeiros, do you still plan to finish this? I'm waiting to run some benchmarks
Very nice issue, @CHE1RON! Thanks!
Maybe just overriding the dependency will be a simpler solution with the same benefits
It's a work in progress. I'm cooking something up for the past month and I think in a couple of weeks it will be ready!
Hey, @mithun2003, thanks! I'll change it. I should also fix the tests and do this migration to SQLite as soon as possible, trying to find the time
Tbh I changed my mind some time after self assigning, which is why I never actually did this. Indeed I think the best way is creating a test db of...
Yeah, I didn't have the time to actually finish the admin panel I was working on, so I think I'll just add [sqlalchemy admin](https://github.com/aminalaee/sqladmin) support on the weekend.
Hey, @rithin, I'll take a look and get back to you as soon as possible!
Ok, found the issue. It's this bug: #117 which was fixed in #118. All you need to do is add this part: `application.include_router(router)` in the `if isinstance(settings, EnvironmentSettings):` condition in...