Libraries tagged by insert select

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


hexmakina/crudites

2 Favers
297 Downloads

PHP/PDO CRUD

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


ulue/miner

1 Favers
13 Downloads

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

Go to Download


hamaryuginh/meekrodb-bundle

0 Favers
76 Downloads

A Symfony2 Bundle for MeekroDB

Go to Download


leandroip/modelclass

0 Favers
12 Downloads

A class to implement PHP Models and handle basic MySql operations like insert, select, update, delete and perform search by keywords.

Go to Download


ozh/sqltableextractor

1 Favers
5 Downloads

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

Go to Download


or81/eloquent

0 Favers
0 Downloads

A lightweight and versatile PHP database class that supports both MySQL and SQLite, providing an easy-to-use interface for common database operations such as `SELECT`, `INSERT`, `UPDATE`, and `DELETE`.

Go to Download


optiwariindia/database

1 Favers
290 Downloads

A library to connect database and use basic activities in database like create,select,insert,update,delete and drop using predefined methods

Go to Download


mtkocak/basicdb

1 Favers
50 Downloads

A BasicDB implementation using PDO. Select, Insert, Update and Delete operations in an OOP way.

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


geovanirangel/modellayer

1 Favers
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.

Go to Download


taeluf/lildb

0 Favers
164 Downloads

A simple PDO wrapper with convenience methods for common SQL verbs like insert, update, delete, select

Go to Download


lyhiving/mmodel

2 Favers
22 Downloads

PHP mini model.Fast MySQL select/insert/update/delete actions.

Go to Download


<< Previous Next >>