This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
accept connection pooling, ssl and url string option in datasource #26
Labels
Comments
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
10 tasks
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
🎉 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.
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.
The text was updated successfully, but these errors were encountered: