Download the PHP package elysiumrealms/database-router without Composer
On this page you can find all versions of the php package elysiumrealms/database-router. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download elysiumrealms/database-router
More information about elysiumrealms/database-router
Files in elysiumrealms/database-router
Download elysiumrealms/database-router
More information about elysiumrealms/database-router
Files in elysiumrealms/database-router
Vendor elysiumrealms
Package database-router
Short Description A Database Router isolate Read Write Connections
License MIT
Package database-router
Short Description A Database Router isolate Read Write Connections
License MIT
Please rate this library. Is it a good library?
Informations about the package database-router
Database Router
Description
Database Router is an extension for databases using master-slave architecture. This extension ensures that the default connection uses a read-write capable database host and extends an optional router connection to partially apply read-write isolation strategies based on business logic.
Installation
-
Install
elysiumrealms/database-router
. - Configure
config/database.php
andconfig/app.php
.
Read from DB_READ_HOST
To perform read operations using the read host, you can use the following methods:
Update with DB_WRITE_HOST
To perform update operations using the write host, you can use the following methods:
All versions of database-router with dependencies
PHP Build Version
Package Version
The package elysiumrealms/database-router contains the following files
Loading the files please wait ....