DBExporter defines an interface for custom DB data export. Usually used as part of [App.Save].
DBExport returns a key-value map with the data to be used when saving the struct in the database.
Generated using TypeDoc
DBExporter defines an interface for custom DB data export. Usually used as part of [App.Save].