Node.js + Oracle 9i 数据库
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/5317573/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Node.js + Oracle 9i Database
提问by felipebueno
I am new to node.js and I already did my research with no success, so that is my question:
我是 node.js 的新手,我已经做了我的研究但没有成功,所以这是我的问题:
It is possible to use Node.js with an Oracle 9i Database? If so, where do I find some stuff about it?
是否可以将 Node.js 与 Oracle 9i 数据库一起使用?如果是这样,我在哪里可以找到有关它的一些内容?
Thanks in advance!
提前致谢!
采纳答案by s.Daniel
The above noted npmjs now lists:
上面提到的 npmjs 现在列出了:
- https://www.npmjs.org/search?q=db-oracle-> https://github.com/mariano/node-db-oracle
- https://www.npmjs.org/search?q=oracle-> https://github.com/nearinfinity/node-oracle
- https://www.npmjs.org/search?q=db-oracle-> https://github.com/mariano/node-db-oracle
- https://www.npmjs.org/search?q=oracle-> https://github.com/nearinfinity/node-oracle
回答by yojimbo87
If there are no oracle database drivers listed in npm registryor within database modules, you will probably have to write your own driver (or wait until someone writes it).
如果npm 注册表或数据库模块中没有列出 oracle 数据库驱动程序,您可能必须编写自己的驱动程序(或等到有人编写它)。