Open
Description
Motivation
Presently SQLInterface
is using mainly the following words for it's non-major API actions:
upsert
add
drop
get
serialize
canonicalize
make
migrate
I'd like to propose we tidy this up a bit and try to use something like CRUD naming to make each operation more atomic sounding in nature.
I think this would make on-boarding for someone new simpler.