Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQL Base/Interface: Use CRUD naming #62

Open
AlexanderMann opened this issue Dec 7, 2018 · 1 comment
Open

SQL Base/Interface: Use CRUD naming #62

AlexanderMann opened this issue Dec 7, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@AlexanderMann
Copy link
Collaborator

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 AlexanderMann added the enhancement New feature or request label Dec 7, 2018
@awm33
Copy link
Member

awm33 commented Dec 11, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants