igorbenav / fastcrud

FastCRUD is a Python package for FastAPI, offering robust async CRUD operations and flexible endpoint creation utilities.
MIT License
643 stars 45 forks source link

feat: :sparkles: add select statement in FastCRUD #28

Closed dubusster closed 6 months ago

dubusster commented 6 months ago

Pull Request Template for FastCRUD

Description

This PR aims to allow the forging of a raw select statement via FastCRUD, with sorting and filtering mechanisms included directly. This would act as a boilerplate saver when one is willing to create more advanced statements.

Changes

Tests

Checklist

Additional Notes

igorbenav commented 6 months ago

Really nice addition, @dubusster, thanks!