Alyx
Alyx
Instead of creating many issues, I'll keep a list of things we should add to the documentation here: ## Associations - [ ] Document how foreign key names are generated....
## Issue Description `Model.upsert` is not described anywhere in the documentation for sequelize 7, but it's a complicated tool that can easily be misused. Documenting it is important.
## Issue Description PR https://github.com/sequelize/sequelize/pull/13669 was not merged before we moved the documentation to its own repo. I'm opening this issue as a reminder to document the different cli options
This PR isn't meant to be merged. This is an attempt at a documentation-first approach to the new querying API. I've attempted to cover all use cases that people have...
The only reference to postgis in our documentation is [this](https://sequelize.org/docs/v7/other-topics/other-data-types/#miscellaneous-datatypes). We should document how these misc types are used (hstore, geography, geometry), and check whether they are different in mysql...
OpenCollective proposes a feature that lets us easily display the up-to-date list of top sponsors, we should add that to our homepage along with a call to action to contribute
At least some of the links referenced by the documentation will inevitably die. We could use something like https://github.com/ephys/puppeteer-crawler to be notified when a link becomes a 404. I still...
### Is your feature request related to a problem? Please describe. The way association methods are generated today [is cumbersome when using TypeScript](https://sequelize.org/master/manual/typescript.html). [`sequelize-typescript`](https://github.com/RobinBuschmann/sequelize-typescript#type-safe-usage-of-auto-generated-functions) solves this by adding `$get`, `$count`,...
Configuring the timestamp fields is something I've seen users struggle with multiple times. I believe this is due to their API being separate from the other attributes. I propose to...
## Issue Creation Checklist - [x] I understand that my issue will be automatically closed if I don't fill in the requested information - [x] I have read the [contribution...