Libraries tagged by Raw SQL
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.
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
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.