sqlite-utils/sqlite_utils
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
..
__init__.py Docs for suggest_column_types, closes #81 2020-02-01 13:55:13 -08:00
cli.py Tracer mechanism for showing underlying SQL queries 2020-09-07 14:56:59 -07:00
db.py Tracer mechanism for showing underlying SQL queries 2020-09-07 14:56:59 -07:00
utils.py find_spatialite() utility function, closes #135 2020-08-21 13:30:02 -07:00