Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 467 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 467 Bytes

CRUD

My toy project for simple CRUD operations

TODO:

Support for entire C R U D

Group Name Description
  • Create
php crud create:users
  • Read
php crud find:users id=?
  • Update
php crud update:users id=?
  • Delete
php crud delete:users id=?