sequelize / website

Our beloved website that contains all versions of our documentations and the API references.
https://sequelize.org
29 stars 154 forks source link

No list of available dialectOptions #731

Closed remjx closed 6 months ago

remjx commented 5 years ago

What was unclear/insufficient/not covered in the documentation

This page seems to be the only mention of dialectOptions http://docs.sequelizejs.com/class/lib/sequelize.js~Sequelize.html

It only includes a few examples of dialectOptions, and no descriptions of them. I know there are more that are not mentioned e.g. decimalNumbers.

If possible: Provide some suggestion how we can enhance the docs

List all possible dialectOptions by dialect.

VictorKunzler commented 5 years ago

Hey @markjackson02, Here you can see all available dialects: http://docs.sequelizejs.com/manual/dialects.html

remjx commented 5 years ago

@VictorKunzler that page does not go into any detail about available dialectOptions

VictorKunzler commented 5 years ago

@markjackson02 I'm sorry, you're right, I read wrong, I thought you were talking about available dialects, my bad

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has been open for 14 days without activity. It will be closed if no further activity occurs within the next 14 days. If this is still an issue, just leave a comment or remove the "stale" label. 🙂

mdodge-ecgrow commented 2 years ago

Any updates on this?

ephys commented 2 years ago

Blocked by https://github.com/sequelize/sequelize/issues/13722

ephys commented 6 months ago

This part of the website now lists all available dialects & their options: https://sequelize.org/docs/v7/category/databases/