Libraries tagged by insert records
apen/recordsmanager
5622 Downloads
Add modules to easily manage your records (insert, edit & export in be/eId) in one place.
n1215/eloquent-bulk-save
16234 Downloads
bulk insert multiple records using Eloquent Model.
ruskid/yii2-ip-behavior
8898 Downloads
Yii2 Behavior that records User IP address on Updates/Inserts
viodev/laravel-db-bulk
6127 Downloads
Laravel helper for bulk insert/update records in batches.
roddy/firestore-eloquent
169 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.
jotagp/insert-multiple
77 Downloads
A simple PHP package, to insert multiple records into a MySQL/MariaDB database.
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.
georgringer/insert-records-overlaymode
1350 Downloads
Let editors choose if a language overlay should be performed
denq/yii2-record-replacer
6 Downloads
Record replacer a help tool for yii2 framework
coffeebreaks/database
32 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
37 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
idealia/yii2-children-count-behavior
239 Downloads
Behavior for counting records in the dependent objects and updating the relevant column after insert, edit and remove any child record.