sqlite-utils/docs
Simon Willison 9faa982226
Ability to introspect and run queries against views (#55)
* db.views_names() method and and db.views property
* Separate View and Table classes, both subclassing new Queryable class
* view.drop() method
* Updated documentation
2019-08-23 15:19:41 +03:00
..
.gitignore Initial project layout + database table creation tools 2018-07-28 06:46:17 -07:00
changelog.rst Release 1.9 2019-08-04 06:35:30 +03:00
cli.rst Implemented --tsv option, closes #41 2019-07-18 21:50:38 -07:00
conf.py Show version in docs 2019-07-14 12:45:00 -07:00
index.rst extracts= table parameter, closes #46 2019-07-23 10:00:42 -07:00
Makefile cd docs && make livehtml 2019-06-12 21:50:18 -07:00
python-api.rst Ability to introspect and run queries against views (#55) 2019-08-23 15:19:41 +03:00