Skip to content

ziplant/crud-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crud-cli

Simple cli interface based on php CRUDapi
https://github.com/ziplant/CRUDapi

Install

npm install crud-cli -g

Usage

crud-cli init   
crud-cli config   
crud-cli create <database> <table> -b key=value&key=value   
crud-cli read <database> <table> -q key=value&key=value   
crud-cli update <database> <table> -q key=value&key=value -b key=value&key=value      
crud-cli delete <database> <table> -q key=value&key=value     

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published