Simon Willison
34e75ed0dd
sqlite_utils.utils.flatten() function, closes #500
2022-10-18 11:00:35 -07:00
Simon Willison
e10536c7f5
utils.chunks() is now a documented API, closes #451
2022-07-15 14:59:30 -07:00
Simon Willison
773f2b6b20
Documented TypeTracker, closes #445
2022-06-20 12:46:49 -07:00
Simon Willison
c80971d28a
sqlite_utils.utils.rows_from_file in reference.html, refs #443
2022-06-20 12:22:44 -07:00
Simon Willison
397183debd
Switch docs theme to Furo, refs #435
2022-05-20 14:52:00 -07:00
Simon Willison
931b1e1513
.insert(hash_id_columns=) parameter, closes #343
2022-03-01 16:00:51 -08:00
Simon Willison
61b60f58ce
Nice capitalization of API reference
2021-08-18 13:13:52 -07:00
Simon Willison
3091bec4f7
Don't show inheritance for Database class
2021-08-11 04:54:00 -07:00
Simon Willison
86fc9fb5c8
Release 3.15.1
...
Refs #311 , #312 , #313 , #315
2021-08-10 16:53:10 -07:00
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