Opa is one technology, consisting of a programming language and its runtime, designed to carry web developers from start to finish of their development, from early prototype to seamless deployment.
So having a separate database was never a goal. However, Opa is written in a modular fashion and the database is a separate component, so I believe using it in a separate project would be mainly a matter of writing an interface layer for it.
发布评论
评论(1)
不完全是。正如手册所解释的:
因此拥有一个单独的数据库从来都不是目标。然而,Opa 是以模块化方式编写的,数据库是一个单独的组件,因此我相信在单独的项目中使用它主要是为其编写一个接口层。
Not quite. As the manual explains:
So having a separate database was never a goal. However, Opa is written in a modular fashion and the database is a separate component, so I believe using it in a separate project would be mainly a matter of writing an interface layer for it.