sqlite-utils/docs
Simon Willison cf2cb244fa
Tracer mechanism for showing underlying SQL queries
* Pass a tracer= function to Database constructor
* New db.tracer() contextmanager
* Neater SQL indentation, because tracer means it could be visible now
* New db.execute() and db.executescript() methods

Closes #150
2020-09-07 14:56:59 -07:00
..
.gitignore Initial project layout + database table creation tools 2018-07-28 06:46:17 -07:00
changelog.rst Release 2.16.1 2020-08-28 15:45:11 -07:00
cli.rst --load-extension option for sqlite-utils query, closes #134 2020-08-21 13:54:11 -07:00
conf.py Show version in docs 2019-07-14 12:45:00 -07:00
dogs.db table.optimize() deletes junk docsize rows 2020-09-07 14:16:13 -07:00
index.rst CI is now GitHub Actions, closes #143 2020-08-28 15:41:29 -07:00
Makefile cd docs && make livehtml 2019-06-12 21:50:18 -07:00
python-api.rst Tracer mechanism for showing underlying SQL queries 2020-09-07 14:56:59 -07:00