Libraries tagged by Raw SQL
xiaofeng-ling/php-mysql-replication
3 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.
wgirhad/migrate
4 Downloads
Raw SQL migrations. Easy as it should be.
ticetmp/comma-separated
7 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
2 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
315 Downloads
A Simple Package to execute the raw sql query provided by laravel query builder in yandex clickhouse databsae.
openbuildings/db-fixtures
125781 Downloads
Load data into the database and cache with raw sql inserts
maxim-oleinik/blade-migrations
2213 Downloads
Raw SQL database migration tool for PHP apps
hetao29/php-mysql-replication
8 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.
peoplepath/php-mysql-replication
3476 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.
andrewdyer/date-expression
21 Downloads
A utility that can be used to create raw query date expressions for MySQL or SQLite Laravel databases