Adam Watkins
Adam Watkins
@gaganpreet @grigorov to further this, do you have any objections to directly setting the operation id? some sample operation_id / names could be: ``` GET /users -> get_all_users POST /users...
Hi @gaganpreet. I ran the master vs this PR and compared the generated openapi spec. You can see this from the `/openapi.json` route by default. As you can see below,...
I agree. We should support mongo support mongo. I think it would be fairly easy with odmantic! Alternatively just the motor and pydantic could work.
>How would you test the implementation? mock a mongo db? Testing mongo could be done with docker potentially
Hi @jeanlst. Thanks for bringing this up. You are right! This is something that is currently not possible with the SQLA implementation. Is this something that you would be interested...
Hi @marcoaaguiar. Currently it only does filtering but I am looking at adding more feature before the merge (eg: order by and perhaps "like filtering" as currently it only does...
I took a look into how GitHub (and others do it) and I think it would make sense to go with `sort` and `direction`. As for "like" filtering, I might...
@theultimate1 not yet. However a preview can be found in #61. It is still a WIP so no guarantees on correctness.
Hi @Gabriel2409! Sorry for the delay in review! Thanks for this 🚀
Thanks for this @DanLipsitt, great work! 🚀