Updating marketstore database

What is the best method to update the marketstore database? I didn’t see any example of that, but based on the other examples I would imagine I could use pymarketstore to query a dataframe, append the new data and write it back. However, I wonder if there is a more efficient way of doing it, specially as the timestamps change to date format when querying and it would be necessary to cast them back to timestamps, which doesn’t seem very efficient. Am I missing something?