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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-18 23:04:16  来源:igfitidea点击:

Node.js + Oracle 9i Database

javascriptoraclenode.jsoracle9i

提问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 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 数据库驱动程序,您可能必须编写自己的驱动程序(或等到有人编写它)。