Hi,
If GD uses the same data structure as MB Custom Table, then it's possible. MB Custom Table's data structure is very simple:
- Column
ID
: store the object ID (post ID or term ID).
- Other columns: store the custom field values.
It's fine if some columns are different, but the ID column must be used for object ID. In that case, you can use MB Custom Table to handle the job for you.