Skip to content

Instantly share code, notes, and snippets.

@krzysu
Created January 8, 2020 14:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krzysu/d3111aa969144c39ef9807af3e63dde0 to your computer and use it in GitHub Desktop.
Save krzysu/d3111aa969144c39ef9807af3e63dde0 to your computer and use it in GitHub Desktop.
naming conventions:
CRUD: create, read, update, delete
REST: post, get (-> fetch), put, delete
Database style: insert, select, update, delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment