database api commands
- by Rahul Mehta
As I am developing database api for a project.
I am developing commands for getting data from database.
e.g. i have one gib table so command for that is
getgib name alias limit fields
if user pass the name e.g.
getgib rahul
than it will return all the gib data whose name is like rahul.
if alias is given than it will return the…