简体   繁体   English

MS SQL Server 2005和Node.JS

[英]MS SQL Server 2005 and Node.JS

I'm new to web development and even more so to SQL. 我是Web开发的新手,而SQL则是新手。

I'm doing a small project using expressJS, and I'm wondering, is there some way to interact with a Database hosted in a MS SQL 2005 Server using expressJS? 我正在使用expressJS做一个小项目,我想知道,是否有某种方法可以与使用expressJS的MS SQL 2005 Server中托管的数据库进行交互?

I've had previous experience using mongoDB, but never SQL, and I'm kind of overwhelmed by all the different information in the internet. 我曾经使用过mongoDB,但是从没有使用过SQL,并且对Internet中的所有不同信息都感到不知所措。

Much appreciated. 非常感激。

Unfortunately the "official" drivers are Windows only. 不幸的是,“官方”驱动程序仅适用于Windows。 If you need a cross platform SQL Driver, checkout tedious . 如果您需要跨平台SQL驱动程序,请签出乏味 There is some work going on to make edge cross platform which would allow you to bridge .NET (or Mono) and Node.JS which would allow you to get much more performant SQL access , but it is not ready yet . 正在做一些使边缘跨平台的工作,这将允许您桥接.NET(或Mono)和Node.JS,这将允许您获得更多性能的SQL访问 ,但尚未准备好

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM