Libraries tagged by illuminate database
illuminate/database
47159944 Downloads
The Illuminate Database package.
mpyw/laravel-cached-database-stickiness
259944 Downloads
Guarantee database stickiness over the same user's consecutive requests
mpyw/eloquent-has-by-non-dependent-subquery
458945 Downloads
Convert has() and whereHas() constraints to non-dependent subqueries.
cooperl/laravel-db2
111881 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
90584 Downloads
A tiny macro that reuse a global scope class as a local scope
illuminate/database
Downloads
mrjgreen/database
46599 Downloads
Expressive Database Layer for PHP - Based on Illuminate/Database
laravel/database
35169 Downloads
Get Laravel database for your non laravel projects. Built on top of illuminate/database to provide migration, seeding and artisan support
mpyw/laravel-database-advisory-lock
59154 Downloads
Advisory Locking Features of Postgres/MySQL/MariaDB on Laravel
mingalevme/illuminate-uqueue
42994 Downloads
Laravel/Lumen uniqueable queues (Database, Redis)
runcmf/runtracy
70618 Downloads
Slim Framework Debugger
orptech/laravel-migration-partition
21178 Downloads
Laravel extensions that extends Illuminate to enable partitioned table creation within Laravel migrations.
mpyw/eloquent-has-by-join
127528 Downloads
Convert has() and whereHas() constraints to join() ones for single-result relations.
mpyw/laravel-database-mock
5827 Downloads
Database Mocking Library which mocks PDO underlying Laravel Connection classes
mobilestock/laravel-database-interceptor
6206 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.