- fix running on windows (no pty) - fix multiplexer on linux - append pyprt string to user variable out
3.4.3
- add short `-q` flag for `--sql`
3.4.2
- use db to hold list of tables on db connection, mainly so prior variable db is not used by accident from differing db input types, but more useful than db = None - other minor fixes/cleanup for `--sql` with duckdb https://github.com/elesiuta/pyxargs/commit/4e199b7dae228fd02ff9f8ecc948f3587758de63
3.4.1
- fix connecting to sqlite databases with duckdb (requires installing extension), and make connection read only