sqlite-utils/sqlite_utils
Simon Willison 51d01da30d
Ability to add descending order indexes (#262)
* DescIndex(column) for descending index columns, refs #260
* Ability to add desc indexes using CLI, closes #260
2021-05-28 22:01:38 -07:00
..
__init__.py Docs for suggest_column_types, closes #81 2020-02-01 13:55:13 -08:00
cli.py Ability to add descending order indexes (#262) 2021-05-28 22:01:38 -07:00
db.py Ability to add descending order indexes (#262) 2021-05-28 22:01:38 -07:00
utils.py Switch from codecs.getreader to io.TextIOWrapper, refs #230 2021-02-14 10:33:26 -08:00