Questions tagged [msnodesqlv8]
3 questions
0
votes
0 answers
Next.js using mssql for windows authentication not wokring
I'm trying to connect a sql server with windows authentication, so I installed the mssql and msnodesqlv8 attempt to achieve it.
And I create a connection with code below:
import sql from "mssql/msnodesqlv8";
const config = {
database: "db_name",
…

Carl.t_
- 37
- 4
0
votes
1 answer
What is msnodesqlv8 to node-mssql?
What is the relationship between https://www.npmjs.com/package/msnodesqlv8 and https://www.npmjs.com/package/mssql?
The documentation is confusing and I can interpret it a few different ways.

Sebastian Patten
- 7,157
- 4
- 45
- 51
0
votes
0 answers
Issue loading msnodesqlv8 via require
The documentation for msnodesqlv8 npm package uses this syntax for typescript.
import { SqlClient } from "msnodesqlv8";
const sql: SqlClient = require("msnodesqlv8");
See: https://github.com/TimelordUK/node-sqlserver-v8#typescript
However this is…

Sebastian Patten
- 7,157
- 4
- 45
- 51