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.78k stars 298 forks source link

Complete table names with IPython #264

Closed saimn closed 6 years ago

saimn commented 6 years ago

This allows to have completion of table names when using db['some<TAB> in IPython. Small feature but handy to have.

stefanw commented 6 years ago

Cool stuff, thanks!