What's Changed
- can now run filequery TUI without specifying files or a file directory, enabling users to to write their own SQL scripts for loading files with any options they want to specify
- use sample_size=-1 when reading csv, json and ndjson files so all records are sampled when DuckDB is determining the table structure
- in the TUI, the table list is now reactive, so creating/dropping tables causes the list to update
- dropping support for Python 3.7