Libraries tagged by ksql
glushkovds/clickhouse-builder
70181 Downloads
Clickhouse sql query builder, forked from the-tinderbox/ClickhouseBuilder
dietercoopman/laravel-showsql
43680 Downloads
A Laravel package to output an sql as given to the database
byjg/migration
75527 Downloads
Simple library in PHP for database version control. Supports Sqlite, MySql, Sql Server and Postgres.
austinw/laravel-union-paginator
7554 Downloads
Combines data from multiple models into a single unified query using SQL unions, allowing for consistent pagination and customization across diverse data sources.
swiss-devjoy/laravel-optimize-sqlite
4508 Downloads
Optimize your SQLite database for production in Laravel
spryker/sql-criteria-builder
2671569 Downloads
SqlCriteriaBuilder module
solution10/sql
120954 Downloads
Completely standalone, expressive SQL query creator. No database or ORM needed.
silverstripe/sqlite3
509497 Downloads
Adds SQLite3 support to SilverStripe
radsectors/sqlshim
30697 Downloads
sqlsrv for Linux/OS X
psx/sql
69718 Downloads
Generate type-safe PHP classes from your database
pmatseykanets/laravel-sql-migrations
31067 Downloads
Raw SQL migrations for Laravel
mnapoli/sqlite-s3
2633 Downloads
marcocesarato/sqlparser
38395 Downloads
This class can parse SQL to get query type, tables, field values, etc.. It takes an string with a SQL statements and parses it to extract its different components. Currently the class can extract the SQL query method, the names of the tables involved in the query and the field values that are passed as parameters. This parser is pretty light respect phpsqlparser or others php sql parser.
koriym/sql-quality
5334 Downloads
kodus/sql-split
214089 Downloads
A simple facility to split SQL files into individual queries - supports MySQL and PostgreSQL