Update store.md

This commit is contained in:
Richard Bronkhorst 2023-07-03 21:52:25 +02:00
parent 3010a8186d
commit 0553d9d6cc

View File

@ -37,5 +37,8 @@ An index is a dict with a string as key and a list of objects as value. The dict
type may be a class or a string containing the name of a class. The type should be a subclass of models.base.Base type may be a class or a string containing the name of a class. The type should be a subclass of models.base.Base
# file format # file format
Until specified otherwise, all numbers are stored low-endian 64bit unsigned.
the file format is a header followed by a number of blocks. the size and number of blocks are dictated by the header. the file format is a header followed by a number of blocks. the size and number of blocks are dictated by the header.