- 🦾 Adding `setuptools` explicitly in the `requirements.txt` since python 3.12 does not comes with it by default [reference](https://github.com/python/cpython/issues/95299)
1.16.14
- ✨ adding returning * to insert, update and delete queries - ✨ adding empty insert case with default values - ✨ adding execution mock for tables - ✨ exposing `update_by_id` and `delete_by_id`