This package can show pages to manage table records using Bootstrap.
It can take a given list of database tables and relations between them to show pages to allow the users to perform several types of operations to manipulate the table records.
Currently, it can create, edit, delete and list the records of the specified database tables.
The package can also check table column types to determine the primary key, the fields that can be null, or the fields that can have enumerated values.
It also supports uploading files to store records, search for records checking multiple columns, save the listings in Excel or PDF formats. |