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.
刚刚开始使用 DB4O 面向对象的数据库。
我对 SQL 非常熟悉,如果我升级应用程序并添加一个新字段,我只需进入 SQL 管理器,更改架构,并使用一些手动 SQL 初始化一个新字段。
像 DB4O 这样的面向对象数据库的流程是什么?是不是很相似?
简短的回答:只要您只添加字段,db4o 就会为您处理模式管理。
有关更多详细信息,请查看有关“重构和模式演变”的 db4o 参考文档。此外,您可以查看“ db4o 权威指南”中的“模式演变”一章