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

More functions for generate clause #359

Closed fintron closed 3 years ago

fintron commented 3 years ago

@pudo recommended in: https://github.com/pudo/dataset/pull/354

To have the functions be explicit instead of using getattr, so I made that change here.

pudo commented 3 years ago

Makes sense! Can you also add it to the docs in _docs/queries.rst?