CRUD Gen (Database Abstractions)


CRUD Gen is a server side application. It automatically creates a CRUD [Create,Read,Update,Delete] grid table for any database table you specify.

It is very useful if you are creating a back-end admin panel for your system. And you can also use it to give your client an editable table without revealing your DB connection info.

It is highly customizable, which means, you can control table’s titles, specify which column to show and hide, limit sortable columns, control CRUD operations.

CRUD Gen is built with jQuery UI CSS framework, which means you can download any UI theme from jQuery UI and apply to your data grid.

Requirements:

  1. Currently it supports MySql only
  2. Primary key on your database table(default is “id”,but you can change it to anything.)

Features:

  1. Auto CRUD operations
  2. Auto Sortable columns
  3. Auto Pagination
  4. Disable/enable CRUD operations
  5. Disable/enable sortable column
  6. Customizable number of records per page
  7. Customizable width of the front table
  8. jQuery UI CSS Framework

DEMO :

Manual File: http://www.the-di-lab.com/crudgen-demo/manual/

Demo Page: COMING SOON

Manual file is included in download file.

Download CRUD Gen (Database Abstractions)

Leave a Reply

Your email address will not be published. Required fields are marked *