Libraries tagged by insert records
apen/recordsmanager
5899 Downloads
Add modules to easily manage your records (insert, edit & export in be/eId) in one place.
n1215/eloquent-bulk-save
17119 Downloads
bulk insert multiple records using Eloquent Model.
viodev/laravel-db-bulk
7049 Downloads
Laravel helper for bulk insert/update records in batches.
roddy/firestore-eloquent
282 Downloads
Firestore Eloquent, an object-relational mapper (ORM) that makes it enjoyable to interact with your database. When using Eloquent, each firestore collection has a corresponding \"Model\"/\"Class\" that is used to interact with that collection. In addition to retrieving records from the firestore collection, Eloquent models/classes allow you to insert, update, and delete records from the collection as well.
ruskid/yii2-ip-behavior
9227 Downloads
Yii2 Behavior that records User IP address on Updates/Inserts
idealia/yii2-children-count-behavior
253 Downloads
Behavior for counting records in the dependent objects and updating the relevant column after insert, edit and remove any child record.
georgringer/insert-records-overlaymode
1353 Downloads
Let editors choose if a language overlay should be performed
jotagp/insert-multiple
82 Downloads
A simple PHP package, to insert multiple records into a MySQL/MariaDB database.
denq/yii2-record-replacer
6 Downloads
Record replacer a help tool for yii2 framework
khalidmh/eloquent-sql
9 Downloads
A Laravel package for generating SQL insert statements from Eloquent model records.
coffeebreaks/database
33 Downloads
This component connects, registers, reads, edits and deletes records in the database
geovanirangel/modellayer
25 Downloads
O ModelLayer é um componente baseado em PDO que abstraí operações de CRUD(Select, Insert, Update e Delete) no seu banco de dados.
nextpertise/pdo-bulk
38 Downloads
A PHP Pdo insert wrapper which allows you to bulk insert records wich contain subqueries.
globaline/master-loader
42 Downloads
Insert records from CSV File
coco-project/sql-cache
20 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.