2

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?

David B
  • 29,258
  • 50
  • 133
  • 186

1 Answers1

5

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

Stevan Little
  • 389
  • 2
  • 6