• Home
  • RESTp - RESTful web service for performing CRUD operations using PDOModel

RESTp - RESTful web service for performing CRUD operations using PDOModel

Script & Code

RESTp - RESTful web service for performing CRUD operations using PDOModel

It is built on top of the popular database abstraction script “ PDOModel” and supports Mysql, sqlite, pgsql and MSSQL. You can easily perform Insert/Update/Delete/Read operation using RESTp api.

Most of the Mobile and Web Apps require communication with server using some API to send and received data. REST is by far the most commonly used style for designing APIs, especially in the mobile world. These Mobile and web apps often requires to perform crud operation i.e Insert data, read data, update data and delete data using API. To write code for the crud operations for each individual mobile app and web app is quite cumbersome task. That’s where RESTp comes into action.

RESTp is a REST-based solution that simplifies CRUD operations for any mobile or web application. With RESTp, you simply connect it to your database, and it automatically generates all the necessary resources to handle CRUD operations, saving you valuable time and effort.

For every table in database, it provides endpoints to perform CRUD operations. An example of all RESTp API endpoints for a table are below

  • GET /{table_name} – Retrieves a list of all records of table name “{table_name}”
  • GET /{table_name}/12 – Retrieves a specific records of table name “{table_name}” with ID 12
  • POST /{table_name} – Creates a new entry in {table_name}
  • PUT /{table_name}/12 – Updates record of ID #12 in {table_name}
  • DELETE /{table_name}/12 – Deletes record with ID #12 {table_name}

So if you have table name “orders” in your database, it automatically generate standard rest end points as below.

  • GET /orders – Retrieves a list of all records of table name “orders”
  • GET /orders/12 – Retrieves a specific records of table name “orders” with ID 12
  • POST /orders – Creates a new order
  • PUT /orders/12 – Updates order #12
  • DELETE /orders/12 – Deletes order with ID #12

    1. All digital products are the most recent version, with no possibility of free updates. After payment, you can request an update to the most recent version for 5 days if a new version is released. We free support within 5 days.


    2. If a license is required (Excludes WHMCS license , we provide only method not license), please contact us via email or ticket for assistance with activation. Our license is only valid for activation and does not include support.


    3. We provide Mobile, PHP script installation services for $19.90 / ₹1700. Please create a backup after installation as we do not support re-installation. For mobile app source code, we do not offer installation services.


    4. If you have any questions, please contact us by email [email protected] or create a ticket on this page


    5. Please note that any digital products presented on the website do not contain malicious code, viruses or advertising. You will receive the original files from the developers. We do not sell any products that have been downloaded from other websites.


    6. The response time can last up to 6 hours.

₹ 410.00 / $ 4.94
Updated

30 Apr 2025, 06:37 PM

Published

30 Apr 2025, 06:37 PM

Related Products