starpilot
starpilot copied to clipboard
Allow vectors to be updated intelligently
Currently the read
function drops the database from the drive and rebuilds it fresh every time.
A better operation would be to check the 'new' information from the API against the json
in the repo_content
directory, and only run the update operation if the local data is different tto the return from the API.