Simon Willison
fcfccea813
Support ANY column types for strict tables
...
Closes #790 , #820
2026-08-12 16:44:01 -07:00
Simon Willison
69a1c0d960
Fixes for Ruff>=0.16.0 ( #814 )
...
* Automated upgrades by Ruff
uvx --with 'ruff>=0.16.0' ruff check . --fix --unsafe-fixes
* Fix remaining Ruff errors with GPT-5.6 Sol high
https://gist.github.com/simonw/6da7906a9fea6e90da131c21a9055199
* Fix flake E501 long lines
* New Protocol for migrations to make ty happy
2026-07-25 14:53:12 -07:00
Simon Willison
3cc27d69bc
New migrations system, ported from sqlite-migrate ( #754 )
...
Closes #752
2026-06-21 09:40:21 -07:00
Alex Garcia
3f80a02698
prepare_connection plugin hook
...
Closes:
- #574
Refs #567
---------
Co-authored-by: Simon Willison <swillison@gmail.com>
2023-07-22 15:59:08 -07:00
Simon Willison
b379a2a0c3
Added pluggy and first hook, register_commands - refs #569 , #567
2023-07-22 12:04:31 -07:00
Simon Willison
de76168be5
Docs for suggest_column_types, closes #81
2020-02-01 13:55:13 -08:00
Simon Willison
5deb65f062
Now you just 'from sqlite_utils import Database'
...
Plus fixed ad_id in the Russian ads example in the docs
2018-07-30 20:30:23 -07:00
Simon Willison
bd71be32ab
Initial project layout + database table creation tools
2018-07-28 06:46:17 -07:00