**New Features:**
- Added `schedules` command to the CLI for managing schedules in PGQueuer. You can now list all schedules or remove schedules by their ID or name.
**Changes:**
- Internal refactoring of queries and database settings logic into a new `qb.py` module, improving maintainability and clarity.
- Table formatting in the CLI is now influenced by the `TABLEFMT` environment variable rather than CLI flags.
- `pyproject.toml` authors updated.
**Breaking Changes:**
- Removed `--driver` CLI option; the queueing driver is now automatically selected based on installed dependencies (`asyncpg` or `psycopg`).
- Removed `--table-format` argument from `dashboard` command; use the `TABLEFMT` environment variable instead.
What's Changed
* Add required table checks with clearer errors by janbjorge in https://github.com/janbjorge/pgqueuer/pull/225
* Local variable event_task might not exist by janbjorge in https://github.com/janbjorge/pgqueuer/pull/232
* DBSettings uses BaseSettings by janbjorge in https://github.com/janbjorge/pgqueuer/pull/231
* Add types file by janbjorge in https://github.com/janbjorge/pgqueuer/pull/233
* Update authors by janbjorge in https://github.com/janbjorge/pgqueuer/pull/235
* Change pgcli argument schedule to schedules by janbjorge in https://github.com/janbjorge/pgqueuer/pull/238
* Simplify PostgreSQL Driver Selection in CLI and Benchmark Tool by janbjorge in https://github.com/janbjorge/pgqueuer/pull/237
**Full Changelog**: https://github.com/janbjorge/pgqueuer/compare/v0.17.3...v0.18.0