Created
January 8, 2020 14:57
-
-
Save krzysu/d3111aa969144c39ef9807af3e63dde0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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