We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Presently SQLInterface is using mainly the following words for it's non-major API actions:
SQLInterface
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.
https://soundcloud.com/groove-armada-1/at-the-river-3
The text was updated successfully, but these errors were encountered:
@AlexanderMann What would you replace the current names with? Maybe propose some naming changes and use examples.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: