[mbackup-devel] berkeley db3
Status: Alpha
Brought to you by:
jo2y
|
From: James O'K. <jo...@mi...> - 2002-01-07 03:16:37
|
I just committed a bunch of code tonight. I've been working on getting an index to work, so one can find files on tapes, etc. SQL would be easier to work with, but I would prefer not to require it, so I'm working with db3. Does anyone have any experience programming with their api? I'm currently planning to do something like this: key/value --------- name/record-id record-id/date record-id/location record-id/... It seems possible to have many keys with different values in db3, so the name db would return multiple values that refer to different records that represent different backup runs. Does anyone have an experience with non-sql databases that could give me any feedback on this? thanks -james |