Libraries tagged by Raw SQL
chamamme/noquery
40 Downloads
A database query builder aimed at code beautification by minimizing the use of raw SQL in codes. NoQuery currently supports MySQL, Firebird & Interbase, PostgreSQL, SQLite3, Oracle, Microsoft SQL Server, Foxpro ODBC, Access ODBC, Informix, DB2, Sybase, Sybase SQL Anywhere, generic ODBC and Microsoft's ADO due to its leverage on ADODB
roy404/eloquent
15 Downloads
Eloquent is the default ORM (Object-Relational Mapping). It provides a simple ActiveRecord implementation for working with your database. With Eloquent, you can define database models as classes, and interact with the database using these models, rather than writing raw SQL queries.
maxim-oleinik/blade-migrations
2221 Downloads
Raw SQL database migration tool for PHP apps
hetao29/php-mysql-replication
33 Downloads
Pure PHP Implementation of MySQL replication protocol. This allow you to receive event like insert, update, delete with their data and raw SQL queries.
gemini/php-mysql-replication
11 Downloads
Pure PHP Implementation of MySQL replication protocol. This allow you to receive event like insert, update, delete with their data and raw SQL queries.
zjkiza/sql-twig-bundle
8 Downloads
The bundle executes raw SQL queries with the flexibility to embed Twig extensions, enabling the dynamic creation of queries using Twig syntax.
zjkiza/sql-blade
6 Downloads
The packages executes raw SQL queries with the flexibility to embed Blade extensions, enabling the dynamic creation of queries using Blade syntax.
xinningsu/laravel-raw-sql
254 Downloads
Get raw sql from laravel query builder via toRawSql method.
royalcms/laravel-sql-generator
13 Downloads
convert Laravel migrations to raw SQL scripts
ramphor/sql
194 Downloads
SQL Query String Builder
juksta/laravel-raw-sql-builder
1 Downloads
Create and operate raw sql as string with parameters support
ianzhang001/sql-generator
6 Downloads
convert Laravel migrations to raw SQL scripts
byancode/eloquent-raw-sql
14 Downloads
Print raw sql from eloquent.
solophp/query-executor
1 Downloads
A lightweight PDO wrapper for executing raw SQL queries with parameter binding and flexible result handling.
sad_spirit/pg_gateway
14 Downloads
Table Data Gateway for Postgres - auto-converts types, allows raw SQL, supports joins between gateways