Re: [ZODB-Dev] ZODB design. Size and saving records

2008-07-03 Thread Marius Gedminas
On Sun, Jun 22, 2008 at 08:54:14AM -0700, tsmiller wrote: ZODB guys, I have a bookstore application in which I use the ZODB in a simple way. The database saves stores and records in the stores. I open the database as follows where the databasePath argument points to my bookserver.fs

[ZODB-Dev] ZODB design. Size and saving records

2008-06-22 Thread tsmiller
ZODB guys, I have a bookstore application in which I use the ZODB in a simple way. The database saves stores and records in the stores. I open the database as follows where the databasePath argument points to my bookserver.fs file. from ZODB import FileStorage, DB import transaction import