开发者

How do you change the schema in an OO database such as DB4O?

Just getting started with DB4O object oriented database.

I'm very familiar with SQL, if I upgrade the app and add a new field I just go into a SQL manager, change the 开发者_高级运维schema, and initialize a new field with some manual SQL.

What is the process with an OO database such as DB4O? Is it similar?


Short answer: as long as you are only adding fields, db4o will take care of schema management for you.

For more details, check the db4o reference documentation about "Refactoring and Schema Evolution". Also, you can check out the "Schema evolution" chapter in "The Definitive Guide to db4o"

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜