sqlite-utils/sqlite_utils
Simon Willison 6155da72c8
Add reference page to documentation using Sphinx autodoc (#312)
* Docstrings and type annotations for almost every method
* New /reference API documentation page using Sphink autodoc
* Custom Read The Docs config, to get autodoc working
* Fix for #313 (add_foreign_keys() doesn't reject being called with a View)
* Fixed #315 (.delete_where() returns [] when it should return self)
2021-08-10 16:09:28 -07:00
..
__init__.py Docs for suggest_column_types, closes #81 2020-02-01 13:55:13 -08:00
cli.py Capture parameters= not params=, refs #309 2021-08-09 15:33:33 -07:00
db.py Add reference page to documentation using Sphinx autodoc (#312) 2021-08-10 16:09:28 -07:00
recipes.py sqlite-utils convert command and db[table].convert(...) method 2021-08-01 21:47:39 -07:00
utils.py --silent option for sqlite-utils insert-files, closes #301 2021-08-02 12:12:16 -07:00