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