Download the PHP package mezon/pdocrud without Composer
On this page you can find all versions of the php package mezon/pdocrud. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mezon/pdocrud
More information about mezon/pdocrud
Files in mezon/pdocrud
Download mezon/pdocrud
More information about mezon/pdocrud
Files in mezon/pdocrud
Vendor mezon
Package pdocrud
Short Description Simple PDO wrapper
License MIT
Homepage https://github.com/alexdodonov/mezon-pdocrud
Package pdocrud
Short Description Simple PDO wrapper
License MIT
Homepage https://github.com/alexdodonov/mezon-pdocrud
Please rate this library. Is it a good library?
Informations about the package pdocrud
Database support
Intro
Mezon built-in classes support varios databases using PDO extension of the PHP language.
Detail
The following databases are supported:
- CUBRID
- MS SQL Server
- Firebird
- IBM
- Informix
- MySQL
- MS SQL Server
- Oracle
- ODBC and DB2
- PostgreSQL
- SQLite
- 4D
PDO objects are wrapped with ProCrud class wich will help you to create simple CRUD routine.
For example:
Deleting records
Deleting routine is quite simple:
Inserting records
Inserting routine is also very simple:
Updating records
Updating routine is also very simple:
Transaction and thread safety
You can lock tables and work with transactions.
All versions of pdocrud with dependencies
PHP Build Version
Package Version
The package mezon/pdocrud contains the following files
Loading the files please wait ....