Libraries tagged by illuminate database
mobilestock/laravel-database-interceptor
11811 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.
easi-power/laravel-db2
19793 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.
cooperl/laravel-ibmi
16347 Downloads
laravel-ibmi is a simple DB2 & Toolkit for IBMi service provider for Laravel. It provides DB2 Connection by extending the Illuminate Database component of the laravel framework. Plus it also provides Toolkit for IBMi so that you can access IBMi resources with same credentials.
mpyw/laravel-pdo-emulation-control
81427 Downloads
Temporarily enable/disable PDO prepared statement emulation
mpyw/laravel-retry-on-duplicate-key
53224 Downloads
Automatically retry non-atomic upsert operation when unique constraints are violated.
laravel-json-api/boolean-softdeletes
5241 Downloads
Laravel JSON:API integration for the yocto/illuminate-database-softdeletes package
yocto/illuminate-database-softdeletes
116 Downloads
This library extends the illuminate/database of Laravel with classes for boolean soft deletes.
morningmedley/database
3902 Downloads
Illuminate Migrations and Eloquent for Morningmedley.
ekvedaras/subscription-engine-illuminate
743 Downloads
Laravel database adapters for the wwwision/subscription-engine
ekvedaras/dcb-eventstore-illuminate
1059 Downloads
Laravel database adapter for the Dynamic Consistency Boundary implementation
kraicdesign/eloquent-bundle
98 Downloads
Symfony bundle that wires Laravel's Eloquent (Illuminate Database) into the Symfony container, with database:migrate and database:migrate:rollback console commands.
beebmx/kirby-db
2726 Downloads
Enable database support for Illuminate\Database in Kirby
x/laravel-connection-pool
5 Downloads
Connection pooling for illuminate/database
shopapps/has-table-relation
2647 Downloads
Provides a hasTable Eloquent relation to fetch all records from a table.
expressodev/laravel-codeigniter-db
4011 Downloads
Integration layer allowing use of the Laravel database library in CodeIgniter applications