target-postgres icon indicating copy to clipboard operation
target-postgres copied to clipboard

SQL Base/Interface: Use CRUD naming

Open AlexanderMann opened this issue 5 years ago • 1 comments

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.

Suggested Musical Pairing

https://soundcloud.com/groove-armada-1/at-the-river-3

AlexanderMann avatar Dec 07 '18 22:12 AlexanderMann

@AlexanderMann What would you replace the current names with? Maybe propose some naming changes and use examples.

awm33 avatar Dec 11 '18 16:12 awm33