Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

accept connection pooling, ssl and url string option in datasource #26

Closed
shubhamp-sf opened this issue Mar 16, 2023 · 1 comment · Fixed by #27
Closed

accept connection pooling, ssl and url string option in datasource #26

shubhamp-sf opened this issue Mar 16, 2023 · 1 comment · Fixed by #27
Assignees
Labels

Comments

@shubhamp-sf
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

SequelizeDatasource should accept connection pooling, ssl and url string options in datasource

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@shubhamp-sf shubhamp-sf self-assigned this Mar 16, 2023
shubhamp-sf added a commit that referenced this issue Mar 16, 2023
adds ability to prase connection pooling options for postgres, mysql and oracle

GH-26
shubhamp-sf added a commit that referenced this issue Mar 16, 2023
added ability to connect with url

added new property called `sequelizeOptions` in datasource config to
allow direct option forwarding to sequelize instance

GH-26
shubhamp-sf added a commit that referenced this issue Mar 16, 2023
added ability to connect with url

added new property called `sequelizeOptions` in datasource config to
allow direct option forwarding to sequelize instance

GH-26
shubhamp-sf added a commit that referenced this issue Mar 16, 2023
added ability to connect with url

added new property called `sequelizeOptions` in datasource config to
allow direct option forwarding to sequelize instance

GH-26
shubhamp-sf added a commit that referenced this issue Mar 16, 2023
added ability to connect with url

added new property called `sequelizeOptions` in datasource config to
allow direct option forwarding to sequelize instance

GH-26
shubhamp-sf added a commit that referenced this issue Mar 16, 2023
added ability to connect with url

added new property called `sequelizeOptions` in datasource config to
allow direct option forwarding to sequelize instance

GH-26
shubhamp-sf added a commit that referenced this issue Mar 17, 2023
… options support (#27)

* feat(datasource): add connection pooling support

adds ability to prase connection pooling options for postgres, mysql and oracle

GH-26

* feat(datasource): add capability to pass options directly to sequelize

added ability to connect with url

added new property called `sequelizeOptions` in datasource config to
allow direct option forwarding to sequelize instance

GH-26
@sfdevops
Copy link
Contributor

🎉 This issue has been resolved in version 2.3.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
2 participants