Download the PHP package mavi/dbmanager without Composer
On this page you can find all versions of the php package mavi/dbmanager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package dbmanager
DBManager
Manager for repository tables.
Manager is using PDO (PDO is enabled in PHP by default).
Using PHP 8.1.
Init
Selecting data
Joining tables
Tables can be joined composittely:
Join Funcions:
Fetching data
Cashing results
Results can be cached. If the same queries are executed, DBManager will load cached results.
- Default maximum of cached results is 20.
- If the limit is exausted, first cached result is removed and results shifted.
- Cashing is effective for tables with many records.
Inserting data
Updating data
Updates phone for user which his name begins with Kar* and date of birth is 3.2.1991.
- 'Kar%' - string that begins with 'Kar'.
- '%arl' - string that ends with 'arl'.
- '%ar%' - string that contains 'ar'.
All versions of dbmanager with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
The package mavi/dbmanager contains the following files
Loading the files please wait ....