The database is actually stored within the memory of your HyperNext application/stack. It isn't stored in an external database such as MySQL etc.
When your HyperNext built application/stack quits it can automatically store its field data onto hard disk and when re-run can automatically reload it.
Please note, when running projects inside the HyperNext Creator, any data in memory is automatically purged when the project run is ended.
By the way, there are 2 book projects with HyperNext - Books HC uses a traditional method to store the database, burt Books HN is more modern and uses far less memory and resources.
Note, array data must be stored by the programmer in a file etc, as array data is not automatically stored when a HyperNext application/stack quits