Libraries tagged by ksql
francerz/mysql-builder
850 Downloads
MySQL driver for francerz/sql-builder
foolfish3/clickhousesqlparser
15 Downloads
clickhouse sql parser
enlight/stash-view
130 Downloads
Stash view is a composer package for Laravel which caches blade views using Russian Doll Caching methodology. Which drastically improves speed of the website and as a side effect reduces sql queries and solves n+1 problem.
emma/searchengine
31 Downloads
Php - MySql/SQL Search Engine. Considering the challenges in using MySQL/MSSQL/SQL as a back-end for industrial level application search-engine. An optimized techniques and algorithms are developed to boost performance and make SQL databases works like magic for the purpose of searching.
emagombe/json-qb
23 Downloads
Generate SQL query from JSON request
elminson/database-query-logger
54 Downloads
A powerful PHP package for logging SQL queries from Laravel applications, supporting both Eloquent and Query Builder instances, with flexible output options.
digitlimit/gender
17 Downloads
Laravel genders migration, PHP array lists, MYSQL gender SQL dump
developerawam/generate-migration
24 Downloads
This package automatically generates migration files for your Laravel application. With this feature, you can quickly create database structures without writing SQL code manually. Simply specify the model you want to create, and this package will handle the rest, streamlining development and minimizing human errors.
davcs86/php-mysqlimporter
4409 Downloads
PHP class for importing big SQL files into MySQL.
datado/data
118 Downloads
PHP to SQL connection dsl
dansup/apnet
0 Downloads
A minimal ActivityPub network directory, powered by a curated SQLite database provided by FediDB
csv/csvtosql
15 Downloads
PHP class to extract data from (csv) file and transform it to (sql) file as insert statement.
cratia/orm-model
1846 Downloads
Model is a PHP object based in Active Record Pattern + Strategy Pattern and that sits on top of a powerful database abstraction layer (DBAL). One of its key features is the option to write database queries in a proprietary object oriented SQL dialect called Dialect Query Language (DQL).
cooldogedev/libsql
97 Downloads
A minimalistic implementation of asynchronous SQL
co0lc0der/simple-query-builder
25 Downloads
A small easy-to-use php component for working with a database by PDO. It provides some public methods to manipulate data. Each SQL query is prepared and safe.