pudo / dataset

Easy-to-use data handling for SQL data stores with support for implicit table creation, bulk loading, and transactions.
https://dataset.readthedocs.org/
MIT License
4.76k stars 297 forks source link

Can we have a way to filter the select of * items on find and find_one #432

Open edson-dev opened 4 months ago

edson-dev commented 4 months ago

the find and find one return all fields of the table, but it can be nice if we can pass parameters to filter with fields it can filter.