Struct-DB
A simple database engine demonstrating the use of Struct.
The project "Struct-DB" gives an insight into the declaration of a structure
and shows how to access it (read/write). The project was added routines
which allow to save an array of structures to a file and read it back in
again (data export, data import). It thus can be used as a simple database
application.