-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: extra database connection properties - take 2 #35
base: main
Are you sure you want to change the base?
Conversation
LOL, any! Hmm, I think we can do better. No way we can pull in only the valid connection properties? This is typescript after all, want want types. |
* | ||
* @default - empty object | ||
*/ | ||
readonly connectionProps?: any |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, not keen on this.
@berenddeboer I can't for the life of me get it to build with types. It just complains that the module is not declared, despite me clearly declaring it in the
I've tried every possible combination of |
I think we're making this way too difficult. You simply wanted ssl right? |
@djcass44 Please check my new PR. Could you give this a spin please? |
This is exactly the same as #34 except it fixes the build issues.
To prove that it works, here's a screenshot of my IDE terminal:
There are a few extra file changes in here (e.g., eslint, package-lock), those were made by progen when I ran
npm run build
so I figured they were supposed to be there. If not, let me know and I'll remove them.