kennethreitz / records

SQL for Humans™
https://pypi.python.org/pypi/records/
ISC License
7.15k stars 570 forks source link

Documentation? #164

Open willvousden opened 5 years ago

willvousden commented 5 years ago

Is the README the only documentation available for this project? I find myself having to read the source to understand the interface and features that are available (e.g., context managers, bulk_query, etc.).

In the case of bulk_query, the arguments are simply passed through to the underlying SQLAlchemy engine, with no explanation. I tracked it down in SQLAlchemy's documentation, but this is pretty opaque.

mouday commented 5 years ago

i want to know how to it,bulk_query....