Libraries tagged by table record
usox/harm
546 Downloads
Active record/table data gateway hybrid for hack strict mode
baldcat/platform-per-page
9 Downloads
Adds functionality for selecting the number of records in tables for the Orchid Platform.
coco-project/sql-cache
19 Downloads
Based on the lexical analysis of "update," "select," "insert," and "delete" SQL statements, an automatic caching strategy is implemented. The strategy involves caching the data when executing a select operation and associating the table name contained in the SQL statement with the corresponding cached records. When executing update, insert, or delete operations, the table name from the SQL statement is extracted, and any cached records containing this table name from previous select operations are deleted. This strategy enables seamless caching without delay and eliminates the need to worry about data synchronization issues. It is particularly effective for tables with infrequent data modifications. For tables with frequent modifications, they can be ignored by configuring the strategy accordingly.
helloarman/dumptable
55 Downloads
This Laravel package updates migration files during development without data loss, allowing seamless modification of table columns while preserving existing records. Ideal for maintaining data integrity during iterative development.
gustocoder/laravel-datatable
6 Downloads
Laravel datatable package that provides sorting, allows you to optionally add an extra column, under which you can add buttons for CRUD operations. The button creation method will automatically generate links and send the individual record id to the route name you pass to it. You can configure whether you want the records to be clickable, sortable or not. There is also pagination. Built using Laravel 11.0 but will work on most recent versions. It uses Bootstrap 5 to wrap your responsive table in a nice customizable panel
okipa/laravel-model-json-storage
1364 Downloads
Storing your models in a json file rather than in database (single or few lines recording) can be a good option. This package saves you to create a table for a ridiculous amount of lines, improves the data recovery performances, and allows you to store and access to your models from a json files as you would do it in database.
virutmath/table-admin
44 Downloads
List record for backend
benjamin-chen/table-activity-record
50 Downloads
table action record for lumen framework
charm/recordset
6 Downloads
A library for filtering and sorting rows of data from different sources like database tables, arrays, APIs or CSV files.
rrbrr/rlog
8 Downloads
record request log
realsoft/lacruda
15 Downloads
Build Laravel 7 CRUD apps in record time!
macagua/yii-cadvancedarbehavior
8 Downloads
Fork of Yii 1.1 CAdvancedArBehavior (Advanced functions for Active Record implementation) by thyseus
tokoiwesley/laravel-reference-numbers
4 Downloads
Generates unique and sequential reference numbers (codes) for table records in your Laravel application
hasegawa-tomoki/tsvio
81 Downloads
Shell command to import / export database table records from / to tsv filles. CakePHP3 plugin.
delahaye/dlh_replacetablerecord
26 Downloads
Extension that allows overwriting existing table records by using standard generator forms