Support Azure SQL DB #2356
Replies: 3 comments
-
is this done? |
Beta Was this translation helpful? Give feedback.
-
Hello - looping back on connector requests We have recently re-architected Evidence (since this issue was opened), and Evidence is now "pluggable", meaning you can write your own connectors, publish them, and use them in Evidence. If you are interesting in writing a connector, here are some resources:
If you do write a plugin:
|
Beta Was this translation helpful? Give feedback.
-
I'm not experienced with JavaScript (although I am with Python, C# and SQL), but I managed to get the Evidence MSSQL connector working with an Azure Synapse serverless SQL database using a shared client secret. I'd imagine adding in the other authentication types wouldn't be too difficult. I've started attempting it, but again, I'm a JavaScript novice. The API documentation on authentication is here: https://tediousjs.github.io/tedious/api-connection.html Essentially I've changed this section to make it work: |
Beta Was this translation helpful? Give feedback.
-
What do you use this database for?
Azure SQL DB.
Are there any popular and well-maintained clients for this database?
MS supported node driver
Are you interested in contributing this database connector?
Yes
Beta Was this translation helpful? Give feedback.
All reactions