Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在 oracle jet 上学习并制作一个自我 POC,我想从任何数据库(demantra 或任何 db)中获取数据。
Oracle JET 是一个纯客户端工具包,因此只能通过某种 Web 服务接口与数据库进行通信。REST、Websocket、服务器发送事件等。
要与任何数据库交互,请公开数据的 REST 接口并使用普通 AJAX 或 JET 的通用模型与该 REST 接口进行交互。