---
name: 🚀 Feature request
about: Suggest an idea for this project
title: ""
labels: ["type: feature", "pending-approval"]
assignees: ""
---

<!--
If you don't follow the issue template, your issue may be closed.

Remember to properly format your code in code blocks.

Please note this is an issue tracker, not a support forum.
For general questions, please use one of these:
- Stack Overflow: https://stackoverflow.com/questions/tagged/sequelize.js
- GitHub Discussions: https://github.com/sequelize/sequelize/discussions
-->

## Issue Creation Checklist

- [ ] I understand that my issue will be automatically closed if I don't fill in the requested information
- [ ] I have read the [contribution guidelines](https://github.com/sequelize/sequelize/blob/main/CONTRIBUTING.md)

## Feature Description

### Describe the feature you'd like to see implemented

<!-- A clear and concise description of what you want to happen. How can the requested feature be used to approach the problem it's supposed to solve? -->
<!-- If applicable, add a code snippet showing how your feature would be used in a real use-case -->

### Describe why you would like this feature to be added to Sequelize

<!-- Short explanation why this should be part of Sequelize rather than a separate package. -->

### Is this feature dialect-specific?

- [ ] No. This feature is relevant to Sequelize as a whole.
- [ ] Yes. This feature only applies to the following dialect(s): <!-- fill this in -->

### Would you be willing to resolve this issue by submitting a Pull Request?

<!-- Remember that first contributors are welcome! -->

- [ ] Yes, I have the time and I know how to start.
- [ ] Yes, I have the time but I will need guidance.
- [ ] No, I don't have the time, but my company or I are [supporting Sequelize through donations on OpenCollective](https://opencollective.com/sequelize).
- [ ] No, I don't have the time, and I understand that I will need to wait until someone from the community or maintainers is interested in implementing my feature.

---

<!-- do not delete this footer -->

*Indicate your interest in the addition of this feature by adding the 👍 reaction. Comments such as "+1" will be removed.*
