website
website copied to clipboard
Our beloved website that contains all versions of our documentations and the API references.
## Issue Creation Checklist [x] I have read the [contribution guidelines](https://github.com/sequelize/sequelize/blob/main/CONTRIBUTING.md) ## Issue Description ### What was unclear/insufficient/not covered in the documentation It is popular to write asynchronous code in...
## Issue Description I am trying to encrypt the database using SQLCipher. In the Sequelize documentation it says that it is possible to do: "Supports SQLCipher encryption for SQLite." But...
## Issue Description ### What was unclear/insufficient/not covered in the documentation There is no section covering the proper usage after generating a model using the `sequelize-cli`. It will be useful...
**Is your feature request related to a problem? Please describe.** Current sequelize module doesn't support sql server windows authentication which is preventing the usage in several environments. **Describe the solution...
Setter function had return type annotator which is illegal in TypeScript.
Improve the example datatypes TEXT, makes the documentation beginner-friendly as much as possible. ## Follow-Up Tasks - Added more helpful content for datatypes that only show description in Sequelize API...
what am i trying to achieve? --> connecting to an older version of postgres (< 9) which version of sequelize am i using ? --> 6.32 by looking at: https://sequelize.org/releases/#postgresql-support-table...
Hello, it seems that sequelize.org is deployed on an ipv6 address, which may prevent users who do not support ipv6 from accessing it. Could you consider deploying sequelize.org on an...
Redshift is listed in the main Readme but not in the getting started guide