Create webservices for all tables in database
Budget: $30 – $250 USD
I have a database in mysql with 20 tables I need 4 webservices for each table:
Insert
Must acept any number of records
Update
Must accpet any number of records and update each of them bases on the primary key
Must update only the NOT Null field received
Delete
Delete must be logical, means only update and "Active" flag
Must update any number of rows
Select
Must acept a field for filter, fliter comparator and filter data
Must have a config file for server, user and database
Must be done in PHP
Insert
Must acept any number of records
Update
Must accpet any number of records and update each of them bases on the primary key
Must update only the NOT Null field received
Delete
Delete must be logical, means only update and "Active" flag
Must update any number of rows
Select
Must acept a field for filter, fliter comparator and filter data
Must have a config file for server, user and database
Must be done in PHP