Node.js Oracle ORM

ras*_*cio 5 oracle orm node.js

我对 Node.js 还很陌生,我必须编写一个必须使用 Oracle 数据库的应用程序。
我发现这个 ORM 连接到 Oracle 数据库https://github.com/nearinfinity/node-persist但 Oracle 的文档非常差。
有人知道是否有更好的解决方案或有一些使用 Oracle 管理模块的示例?

谢谢

小智 4

sworm是一种轻量型 ORM,我们在 Oracle 中广泛使用它,但也支持 SQL Server、MySQL、Postgres 和 SQLite3。