I'd like to push to the Appery.io DB, but I want to base it off a unique key. If the key exists, then UPDATE, else INSERT... like mysql Update on Duplicate (http://dev.mysql.com/doc/refman/5.0/e...).
Is this possible without first querying and THEN deciding action?