views:

46

answers:

1

I would like to make sure I get KiokuDB's scope concept correctly.

Suppose I would like to load an object from db1 and store it in db2. Must I have both scopes 'open' at the same time?

+4  A: 

Yes, any time you are working with a KiokuDB db, you need to have the scope open.

Stevan Little