Databases: Dba Wrapper Pavan Solapure (contact me)
This class implements a flat file database access abstraction layer. It can:
- Open a given flat file database
- Insert a new record with a given key
- Get a record with a given key
- Replace the value of a record with a given key
- Delete the record with a given key
- Optimize the database file