Charlie Tonneslan
ca5e52b8ed
docs: mention WAL mode for concurrently written databases
...
Per #2024 . Immutable mode is the right answer when the file
won't change; WAL mode is the right answer when something else
is writing to the file while Datasette is reading it. Add a
small section in performance.rst that points at the sqlite WAL
docs and the TIL Simon already wrote, with the one-liner
sqlite3 incantation to flip a file into WAL mode.
Closes #2024 .
Signed-off-by: Charlie Tonneslan <cst0520@gmail.com>
2026-05-17 16:03:38 -04:00
Simon Willison
602c0888ce
Release 0.63a1
...
Refs #1646 , #1819 , #1825 , #1829 , #1831 , #1832 , #1834 , #1844 , #1848
2022-10-23 20:07:09 -07:00
Simon Willison
5471e3c491
Release 0.61a0
...
Refs #957 , #1533 , #1545 , #1576 , #1577 , #1587 , #1601 , #1603 , #1607 , #1612 , #1621 , #1649 , #1654 , #1657 , #1661 , #1668
2022-03-19 18:14:40 -07:00
Simon Willison
32963018e7
Updated documentation to remove hash_urls, refs #1661
2022-03-18 17:33:06 -07:00
Simon Willison
2208c3c68e
Spelling corrections plus CI job for codespell
...
* Use codespell to check spelling in documentation, refs #1417
* Fixed spelling errors spotted by codespell, closes #1417
* Make codespell a docs dependency
See also this TIL: https://til.simonwillison.net/python/codespell
2021-08-03 09:36:38 -07:00
Simon Willison
ef2ecc1b89
Standardize on 'query string', not 'querystring', in docs
...
The request property is request.query_string so this is more consistent.
2021-01-11 13:33:54 -08:00
Simon Willison
50cc6af016
Fixed some broken internal links, refs #1106
2020-11-28 15:34:56 -08:00
Simon Willison
5a77f7a649
Updated docs renaming config to settings
...
- config.html is now settings.html
- ConfigOption in app.py is now Setting
- updated documentation unit tests
Refs #1106
2020-11-24 13:22:33 -08:00
Min ho Kim
27cb29365c
Fix numerous typos ( #561 )
...
Thanks, @minho42!
2019-07-26 13:25:44 +03:00
Simon Willison
fb7ee8e0ad
Changelog for 0.29 release
2019-07-07 20:14:27 -07:00
Thomas Wood
70d2858067
Doc typo fix ( #479 )
2019-05-20 09:42:28 -07:00
Simon Willison
4246e138f9
Typo fix
2019-05-19 16:14:09 -07:00
Simon Willison
81ba98a509
New performance documentation, closes #421
2019-05-18 22:31:03 -07:00