문제

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"

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top