You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It does no really need an open method. The Btrees work just as well in memory.
If you want to persist it to disk, you just put the store into an open ZODB and commit the transaction. I'll create a small example, and think about some use cases. (maybe an open method would make sense in a standalone environment).
On 22/05/2013, at 6:50 AM, Gunnar Aastrand Grimnes [email protected] wrote:
the store has no .open() method.
Would it be possible to show how to use the ZODB Code to do on disk persistence?
—
Reply to this email directly or view it on GitHub.
the store has no
.open()
method.Would it be possible to show how to use the ZODB Code to do on disk persistence?
The text was updated successfully, but these errors were encountered: