Git Product home page Git Product logo

Comments (5)

pellejacobs avatar pellejacobs commented on September 24, 2024 2

@sowjanya17 you can try npm install --force as workaround.

@TimelordUK, would it be possible to remove the os requirement? We're using a linux CI/CD environment to build our cross-platform electron application. The windows version uses msnodesqlv8, but the windows binary is build on a linux environment, which is unable to properly install msnodesqlv8.

from node-sqlserver-v8.

TimelordUK avatar TimelordUK commented on September 24, 2024 1

closing as Linux is now supported

from node-sqlserver-v8.

TimelordUK avatar TimelordUK commented on September 24, 2024

https://www.npmjs.com/package/mssql

Try the above msnodesqlv8 is windows only currently.

from node-sqlserver-v8.

yagiz-aydin avatar yagiz-aydin commented on September 24, 2024

Is there any solution ? Same issue

from node-sqlserver-v8.

TimelordUK avatar TimelordUK commented on September 24, 2024

https://github.com/TimelordUK/node-sqlserver-v8/releases

I have a build of msnodesqlv8 which as been tested on 64 bit Ubuntu using MS odbc 17 driver

:~/dev/js/sql/node_modules/msnodesqlv8/samples/javascript$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 18.04.4 LTS
Release:	18.04
Codename:	bionic
~/dev/js/sql/node_modules/msnodesqlv8/samples/javascript$ node streaming.js 
submitted EXEC sys.sp_helpindex @objname = N'[users]' elapsed 1 ms
meta = [
    {
        "size": 128,
        "name": "index_name",
        "nullable": false,
        "type": "text",
        "sqlType": "nvarchar"
    },
    {
        "size": 210,
        "name": "index_description",
        "nullable": true,
        "type": "text",
        "sqlType": "varchar"
    },
    {
        "size": 2126,
        "name": "index_keys",
        "nullable": true,
        "type": "text",
        "sqlType": "nvarchar"
    }
]
column [0] = "PK__users__3213E83F3A5ED730"
column [1] = "clustered, unique, primary key located on PRIMARY"
column [2] = "id"
done
1 rows returned elapsed 1384
finished
free

from node-sqlserver-v8.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.