Libraries tagged by sql statement
tscms/database
15 Downloads
The official Kohana module for database interactions, building queries, and prepared statements
hnqca/database-php
11 Downloads
singlestore/http-client
1 Downloads
This API allows you to execute SQL statements against a SingleStore database. It supports all statements that can be run in a direct database connection, and uses conventional data type conversion.
reinanhs/sqlcommenter-hyperf
42 Downloads
SQLCommenter implementation for Hyperf. SQLCommenter is a set of tools that augments SQL Statements with comments containing information about the code that caused its execution. These information can be action, controller, framework, db_driver and opentelemetry traceparent.
luisaedev/query-builder
4 Downloads
Connect with SQL databases and perform complex queries without define SQL statements manually
googletest/sqlcommenter-laravel
4 Downloads
SQLCommenter implementation for Laravel. SQLCommenter is a set of tools that augments SQL Statements with comments containing information about the code that caused its execution. These information can be action, controller, framework, db_driver, route and opentelemetry traceparent.
flashrick/elasticsearchsql
9 Downloads
Use SQL statements to query elasticsearch
edgaralexanderfr/phinx2sql
13 Downloads
Tool that allows you to print Phinx migrations displaying the SQL statements that pass through the `execute` method.
easeappphp/pdolight
75 Downloads
A very simple and safe PHP library to execute PDO based database queries. Methods are provided to prepare a SQL Statement & it's execution separately as different methods (to facilitate caching of prepared statements) as well as together in a single method too.
andrewlamers/eloquent-rest-bridge
248 Downloads
A connection driver for eloquent that forwards sql statements over HTTP and returns the data back into an eloquent model.
fulldecent/thin-pdo
109 Downloads
A minimal extension for PHP's PDO class designed to make running SQL statements easier
mysqlgrid/mysqlgrid
21 Downloads
Framework agnostic datagrid - Instantly convert any SQL SELECT statement into a fully featured datagrid
fulfillment/periscope-to-mysql
23 Downloads
Take your Periscope SQL and generate MySQL statements.
swew/db
17 Downloads
A lightweight, fast, and secure PHP library for interacting with databases, creating migrations, and running queries. swew/db uses prepared statements to protect against SQL injection attacks and supports multiple database systems.