Libraries tagged by illuminate database
illuminate/database
43638428 Downloads
The Illuminate Database package.
mpyw/eloquent-has-by-non-dependent-subquery
416627 Downloads
Convert has() and whereHas() constraints to non-dependent subqueries.
laravel/database
34097 Downloads
Get Laravel database for your non laravel projects. Built on top of illuminate/database to provide migration, seeding and artisan support
mpyw/laravel-cached-database-stickiness
228601 Downloads
Guarantee database stickiness over the same user's consecutive requests
runcmf/runtracy
69646 Downloads
Slim Framework Debugger
cooperl/laravel-db2
105247 Downloads
laravel-db2 is a simple DB2 service provider for Laravel. It provides DB2 Connection by extending the Illuminate Database component of the laravel framework.
mpyw/laravel-local-class-scope
82452 Downloads
A tiny macro that reuse a global scope class as a local scope
mpyw/eloquent-has-by-join
113602 Downloads
Convert has() and whereHas() constraints to join() ones for single-result relations.
mrjgreen/database
45882 Downloads
Expressive Database Layer for PHP - Based on Illuminate/Database
mpyw/laravel-database-advisory-lock
58237 Downloads
Advisory Locking Features of Postgres/MySQL/MariaDB on Laravel
mingalevme/illuminate-uqueue
39127 Downloads
Laravel/Lumen uniqueable queues (Database, Redis)
orptech/laravel-migration-partition
17655 Downloads
Laravel extensions that extends Illuminate to enable partitioned table creation within Laravel migrations.
mpyw/laravel-retry-on-duplicate-key
50715 Downloads
Automatically retry non-atomic upsert operation when unique constraints are violated.
mpyw/laravel-database-mock
4791 Downloads
Database Mocking Library which mocks PDO underlying Laravel Connection classes
mobilestock/laravel-database-interceptor
980 Downloads
Laravel Database Interceptor is a library that enables you to intercept database queries managed by PDO and transform the returned values into custom types. It uses Illuminate library abstractions to implement new PDO facade methods like selectOneFirstColumn and selectFirstColumn. It also enables ATTR_EMULATE_PREPARES without any external setting. It is fully compatible with MySQL/MariaDB. Other databases are not supported.