Libraries tagged by sql insert

tworzenieweb/sql-provisioner

2 Favers
93 Downloads

Simple CLI tool for validating SQL files before inserting them into DB.

Go to Download


gonzalo123/sql-string-generator

0 Favers
4 Downloads

Write a DSL to generate valid SQL statements for SELECT, INSERT, UPDATE and DELETE

Go to Download


coco-project/sql-cache

0 Favers
23 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.

Go to Download


kamranata/queue-sql

0 Favers
1 Downloads

Queue any Laravel write query (delete/update/insert) across parallel batched jobs.

Go to Download


i-nocturne/swoole-sql-query

0 Favers
14 Downloads

Object-oriented query builders for MySQL, Postgres, SQLite, and SQLServer; can be used with any database connection library.

Go to Download


bronos/php-sql-query-builder

0 Favers
5870 Downloads

Object-oriented query builders for MySQL, Postgres, SQLite, and SQLServer; can be used with any database connection library.

Go to Download


steinhaug/sqlbuddy

0 Favers
110 Downloads

My personal SQL friend

Go to Download


jarir-ahmed/data-converter

0 Favers
1 Downloads

6-way converter: CSV ↔ XLSX ↔ JSON ↔ MySQL. Import/export data between any format, generate SQL INSERTs, or connect directly via PDO.

Go to Download


ozh/sqltableextractor

1 Favers
5 Downloads

Extract table names from SQL queries (SELECT, INSERT, UPDATE, JOIN, subqueries)

Go to Download


ruhulfbr/csv-to-query

1 Favers
8 Downloads

This package provides a simple utility to convert data from a CSV file into SQL queries for database insertion and Create table.

Go to Download


komeiji-satori/miner

1 Favers
14 Downloads

A dead simple PHP class for building SQL statements. No manual string concatenation necessary.

Go to Download


i74ifa/dbsystem

2 Favers
13 Downloads

Simple OOP system to query data from database and insert and create tables.

Go to Download


ulue/miner

1 Favers
13 Downloads

A dead simple PHP class for building SQL statements. No manual string concatenation necessary.

Go to Download


tesis/db-layer

0 Favers
12 Downloads

Simple DB layer for mysqli extension and PDO class. It is based on mappers, files holding database table fields, primary key and auto_increment properties, which is helpful to compare fields for CRUD or select operations, and to provide better way to prevent SQL injections (only existing fields are selected, or inserted, ...)

Go to Download


openbuildings/db-fixtures

2 Favers
125791 Downloads

Load data into the database and cache with raw sql inserts

Go to Download


<< Previous Next >>