simonw / sqlite-utils

Python CLI utility and library for manipulating SQLite databases
https://sqlite-utils.datasette.io
Apache License 2.0
1.66k stars 111 forks source link

`sqlite_utils.utils.TypeTracker` should be a documented API #445

Closed simonw closed 2 years ago

simonw commented 2 years ago

I've used it in a couple of external places now:

Refs:

simonw commented 2 years ago

Code to document: https://github.com/simonw/sqlite-utils/blob/3fbe8a784cc2f3fa0bfa8612fec9752ff9068a2b/sqlite_utils/utils.py#L318-L331

simonw commented 2 years ago

I also added inline documentation and types: https://github.com/simonw/sqlite-utils/blob/773f2b6b20622bb986984a1c3161d5b3aaa1046b/sqlite_utils/utils.py#L318-L360

simonw commented 2 years ago

New documentation: