get_meta_file_format¶
- config.get_meta_file_format()¶
Check which file format to use for saving data_base meta objects.
This is either
"msgpack"or"json". The actual format is defined in the database settings. This functions simply reads it to check which one should be used.
Documentation unclear, incomplete, broken or wrong? Let us know