which driver i should use for microsoft sql server database

47 views
Skip to first unread message

ajay jaiswal

unread,
Jan 8, 2016, 12:49:11 PM1/8/16
to nodejs
There are multiple driver are there for node js to sqlserver 
but which one i should use . 
my basic requirement is below.

1.executing store procedure
2.transaction management
3.handling bunch of record
4.connection pooling 

please suggest me as soon as possible

Will Hoover

unread,
Jan 8, 2016, 1:08:29 PM1/8/16
to nodejs

--
Job board: http://jobs.nodejs.org/
New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
---
You received this message because you are subscribed to the Google Groups "nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nodejs+un...@googlegroups.com.
To post to this group, send email to nod...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/15ef945d-407b-43c5-a0f9-cccd9db6a05b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Christopher Anderson

unread,
Jan 8, 2016, 7:40:15 PM1/8/16
to nodejs
I'd use the mssql package. It supports both the "official" driver, which SQL is revamping, and Tedious, which is a great community driven driver.


It also supports things like Promises/Streaming in a sane way.

John Teague

unread,
Jan 8, 2016, 7:40:22 PM1/8/16
to nod...@googlegroups.com
If you are deploying to Windows or azure, there is a native driver by MS


David Fekke

unread,
Jan 11, 2016, 10:36:09 AM1/11/16
to nodejs
I have been using Tedious. I have had my best success using MS SQL Server using that module.
Reply all
Reply to author
Forward
0 new messages