Libraries tagged by raw-sql
wgirhad/migrate
4 Downloads
Raw SQL migrations. Easy as it should be.
vuduythanh2020/mysql-replication
3270 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.
ticetmp/comma-separated
12 Downloads
This function could be useful in scenarios where traditional Eloquent relationships are not applicable, and you need to manually handle the relationship using raw SQL queries with a comma-separated values approach
smakecloud/php-mysql-replication
2 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.
se7enxweb/sevenx_dse
2 Downloads
sevenx_dse : 7x Database Source Editor — embeds AdminNeo as a direct database source editor inside the eZ Publish / Exponential Platform Legacy admin UI — providing raw SQL, table browsing, import/export, and multi-driver support (MySQL, SQLite) through a scoped, permission-gated interface.
sad_spirit/pg_gateway
66 Downloads
Table Data Gateway for Postgres - auto-converts types, allows raw SQL, supports joins between gateways
royalcms/laravel-sql-generator
15 Downloads
convert Laravel migrations to raw SQL scripts
roy404/eloquent
254 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.
prageeth-peiris/laravel-query-builder-to-clickhouse
316 Downloads
A Simple Package to execute the raw sql query provided by laravel query builder in yandex clickhouse databsae.
openbuildings/db-fixtures
125789 Downloads
Load data into the database and cache with raw sql inserts
nlt_codilog/database-change-log_fork
16 Downloads
A PHP class to log all changes of table data from raw SQL or with PDO statement
jozephkabongo/nokysql
4 Downloads
NokySQL is a lightweight, high-performance SQL Query Builder for PHP that bridges the gap between raw SQL and full ORMs.
ianzhang001/sql-generator
6 Downloads
convert Laravel migrations to raw SQL scripts
bancer/native-sql-mapper
8 Downloads
A small CakePHP ORM-based library for hydrating raw SQL query results into entity graphs.
supermetrics-public/php-mysql-replication
113 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.