add MSSQL driver#2
Conversation
|
Hi @tingwei628, thanks for your contribution and terribly sorry for the extremely late response. 😞 I missed the GitHub notification and don't check this project often. We'd definitely like to merge this. Would you mind fixing the merge conflicts and maybe adding a Thanks in advance! |
|
Hi @imiric, I've already fixed the conflict!
Thanks! |
imiric
left a comment
There was a problem hiding this comment.
Thanks, I tested it with the SQL Server Docker image, and it works fine after I specified the connection string correctly.
So I'll merge this, and make some more changes, like upgrading go-mssqldb to the latest version, since 0.10.0 was released recently.
| @@ -0,0 +1,24 @@ | |||
| import sql from 'k6/x/sql'; | |||
|
|
|||
| const db = sql.open("sqlserver", "./test.db"); | |||
There was a problem hiding this comment.
The second argument should be a connection string to showcase how it's specified for MS SQL, but it's OK, I'll fix it when I add the CI tests.
As title, I added MSSQL driver.
Thanks!