Skip to content

plugins with additional dependency development #10183

Answered by ConorWebb96
harin asked this question in Help
Discussion options

You must be logged in to vote

Hey @harin,

I think this may be better if you add this functionality into the core product. You could fork the Budibase repo, implement the enhancement and then create a pull request to get this added to the product itself. (I think this would be pretty straight forward to implement looking at other connectors that have it.)

Postgres example:

ssl: {
      type: DatasourceFieldType.BOOLEAN,
      default: false,
      required: false,
    },

Note that the Default setting should be false for this trustServerCert.

For the microsoftSqlServer.ts you likely would only need to add something like the following to it.

constructor(config: MSSQLConfig) {
    super(SqlClient.MS_SQL)
    this.config …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ConorWebb96
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
enhancement New feature or request
2 participants