Libraries tagged by csql
radsectors/sqlshim
29989 Downloads
sqlsrv for Linux/OS X
pyaesoneaung/to-raw-sql
8642 Downloads
Get raw SQL from Laravel Query Builder
psx/sql
68921 Downloads
Generate type-safe PHP classes from your database
pmatseykanets/laravel-sql-migrations
30700 Downloads
Raw SQL migrations for Laravel
mnapoli/sqlite-s3
2427 Downloads
marcocesarato/sqlparser
36461 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.
manticoresoftware/php-sql-parser
53078 Downloads
A pure PHP SQL (non validating) parser w/ focus on MySQL dialect of SQL
kodus/sql-split
203778 Downloads
A simple facility to split SQL files into individual queries - supports MySQL and PostgreSQL
ipl/sql
30451 Downloads
Icinga PHP Library - SQL abstraction layer
heymoon/doctrine-psql-enum
1174 Downloads
Store PHP native enums as PostgeSQL custom enum types
guanguans/laravel-dump-sql
29965 Downloads
laravel 中轻松容易的输出完整的 SQL 语句。 - Easy output of complete SQL statements for laravel framework.
google/cloud-sql-admin
112647 Downloads
Google Cloud Sql Admin Client for PHP
gesdinet/doctrine-functions-psql
29135 Downloads
Doctrine DQL Functions for PostgreSQL
froiden/sql-generator
23411 Downloads
convert Laravel migrations to raw SQL scripts
exolnet/laravel-sqlite-fluent-drop-foreign
111978 Downloads
Add a fluent dropForeign when using sqlite database