I want to write an application which stores records in a simple database. I have used "B-tree helper" in the past (for Mac OS). I want to store records in multiple B-trees. I have some really basic queries.
I notice that the c compiler for MacOS X allows storage of records in a simple B-tree. I was thinking that multiple b-trees could be used by creating a file wrapper, and then making multiple file to go in the file wrapper(each file is one b-tree?). Does this sound feasible/desirable?
I understand that Enterprise Object Frameworks is an object framework for database management, but that a "backend" database is required. Can the b-tree utilities in the native C-compiler form that backend?
Is EOF framework packaged with Cocoa?
Is there any other solutions to a basic database storage/retrieval in OS X?
Any comments appreciated.
Peter