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

SQLAlchemy examples in the doc #416

Open jokoon opened 1 year ago

jokoon commented 1 year ago

I've heard it's possible to use SQLAlchemy clauses with dataset.

It would be nice to have a few examples, and I'm not really aware what this means (a link to what SQLAlchemy clauses ares would be good)

For example, I'm looking to query data for several values for the same column, without using a SQL query.

I can't find SQLAlchemy example in the tests.