Struct-DB

A simple database engine demonstrating the use of Struct.

Author Hans Lehmann, Tobias Boege
License GPL v2+
URL http://www.gambas-buch.de/dw/doku.php?id=k7:k7.2:k7.2.2:start

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.